Hello Friends,
What is the difference between partyId & contactMechID ? Where can I find the relation between them? Thanks for the help in advance. Su- |
check the partyContactMech table
On Tue, Sep 22, 2009 at 10:40 PM, su2 <[hidden email]> wrote: > > Hello Friends, > > What is the difference between partyId & contactMechID ? Where can I find > the relation between them? > > Thanks for the help in advance. > > Su- > -- > View this message in context: > http://www.nabble.com/contactMechId---partyId-tp25530830p25530830.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > -- With regards, S K Pradeep kumar |
In reply to this post by su2
What is the significance of contactMechID?
|
In reply to this post by skpradeepkumar
I can see the relation, but I still do not know the significance of
contactMechId. S K Pradeep Kumar wrote: > check the partyContactMech table > > On Tue, Sep 22, 2009 at 10:40 PM, su2 <[hidden email]> wrote: > > >> Hello Friends, >> >> What is the difference between partyId & contactMechID ? Where can I find >> the relation between them? >> >> Thanks for the help in advance. >> >> Su- >> -- >> View this message in context: >> http://www.nabble.com/contactMechId---partyId-tp25530830p25530830.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> >> >> > > > |
In reply to this post by su2
In the data model book vol 1, page 53
Le 22/09/2009 19:22, su2 a écrit : > > What is the significance of contactMechID? > > > > > su2 wrote: >> >> Hello Friends, >> >> What is the difference between partyId& contactMechID ? Where can I find >> the relation between them? >> >> Thanks for the help in advance. >> >> Su- >> > -- Erwan |
In reply to this post by su2
Do you have a copy of The Data Model Resource book?
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Related+Books -Adrian su2 wrote: > Hello Friends, > > What is the difference between partyId & contactMechID ? Where can I find > the relation between them? > > Thanks for the help in advance. > > Su- |
In reply to this post by su2
"ContactMechID" represents the primary mode of communication with a contact, possible Option could be "Phone", "Email" etc. You can always customize these options from entitydef.xml for "part" application.
-----Original Message----- From: su2 [mailto:[hidden email]] Sent: Tuesday, September 22, 2009 10:22 AM To: [hidden email] Subject: Re: contactMechId & partyId What is the significance of contactMechID? su2 wrote: > > Hello Friends, > > What is the difference between partyId & contactMechID ? Where can I find > the relation between them? > > Thanks for the help in advance. > > Su- > -- View this message in context: http://www.nabble.com/contactMechId---partyId-tp25530830p25530834.html Sent from the OFBiz - User mailing list archive at Nabble.com. http://www.mindtree.com/email/disclaimer.html |
In reply to this post by su2
The contactMechId is the primary key for each contact mechanisms that
associate with particular party. You can see that in the contactMech table, there is one contact mech id for each and every contact mechanisms and their contact mech types . On Tue, Sep 22, 2009 at 10:53 PM, Shuchi Mehta <[hidden email]> wrote: > I can see the relation, but I still do not know the significance of > contactMechId. > > > S K Pradeep Kumar wrote: > >> check the partyContactMech table >> >> On Tue, Sep 22, 2009 at 10:40 PM, su2 <[hidden email]> wrote: >> >> >> >>> Hello Friends, >>> >>> What is the difference between partyId & contactMechID ? Where can I find >>> the relation between them? >>> >>> Thanks for the help in advance. >>> >>> Su- >>> -- >>> View this message in context: >>> http://www.nabble.com/contactMechId---partyId-tp25530830p25530830.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>> >>> >>> >> >> >> >> > -- With regards, S K Pradeep kumar |
In reply to this post by su2
look at the contact Mech Entity it tells you the relationships.
su2 sent the following on 9/22/2009 10:10 AM: > Hello Friends, > > What is the difference between partyId & contactMechID ? Where can I find > the relation between them? > > Thanks for the help in advance. > > Su- -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
In reply to this post by su2
I am sure you must have got the difference between partyId & contactMechID,
but still .. 1) partyId is a unique identity for a party 2) contactMechID is a unique identity for a contact of a party (its unique across all the contacts of all the parties) On Tue, Sep 22, 2009 at 10:40 PM, su2 <[hidden email]> wrote: > > Hello Friends, > > What is the difference between partyId & contactMechID ? Where can I find > the relation between them? > > Thanks for the help in advance. > > Su- > -- > View this message in context: > http://www.nabble.com/contactMechId---partyId-tp25530830p25530830.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > |
In reply to this post by su2
Hi,
partyId - P.K of Party entity. Party entity is used to represent a party (may be of any type (PERSON or PARTY_GROUP) and role(CUSTOMER, BUYER, SELLER)). We can say that partyId is used to uniquely identify a party (it may be customer or any other party in the business). contactMechId - P.K of ContactMech entity. ContactMech entity is used to represent a contact mechanism (which may be of any type say TelecomNumber, EmailAddress, PostalAddress, WebAddress),we can say this entity is the container entity of all contact mechanism. That is why the ContactMech is also associated to TelecomNumber entity as well PostalAddress entity. Now all contact mechanisms are uniquely identified by contactMechId which may be EmailAdress or PostalAddress or any other. Now which contact mechanism is for which party is maintained in the entity PartyConatactMech intersection entity. The significance of contactMechId is we can find thru it whether it is contactMechId of PostalAddress or any other type. Another significance of using contactMechId is we have a common entity ContactMech which captures the P.K of all types of contact mechanisms. HTH !!! Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Sep 22, 2009 at 10:52 PM, su2 <[hidden email]> wrote: > > What is the significance of contactMechID? > > > > > su2 wrote: > > > > Hello Friends, > > > > What is the difference between partyId & contactMechID ? Where can I find > > the relation between them? > > > > Thanks for the help in advance. > > > > Su- > > > > -- > View this message in context: > http://www.nabble.com/contactMechId---partyId-tp25530830p25530834.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > |
Free forum by Nabble | Edit this page |