Hello All,
I need to get the ContactPerson's CellPhone in SalesQuotationTable.
I can't get the relation.
Please help and thank you.
I checked the table relation:
LogisticsElectronicAddress.Type=Cellphone, I need to get the Locator.
I try:
SalesQuotationTable.ContactPersonId == ContactPerson.ContactPersonId
ContactPerson.Party == DirpartyTable.RecId
LogisticsElectronicAddress.PrivateForParty == DirPartyTable.RecId
but I check the LogisticsElectronicAddress.PrivateForParty == 0 not DirPartyTable.RecId == 5637228576
Please help.
Br, Jen