Quantcast
Channel: Microsoft Dynamics AX
Viewing all articles
Browse latest Browse all 101540

Forum Post: RE: how can i get affix form Vendor Table ?

$
0
0
VendTable VendTable; DirPerson DirPerson; DirNameAffix DirNameAffix; ; select DirNameAffix join DirPerson where DirPerson.PersonalTitle == DirNameAffix.RecId && DirNameAffix.AffixType == DirNameAffixType::PersonalPrefix join VendTable where VendTable.Party == DirPerson.RecId && VendTable.AccountNum == 'SmcVendP001'; info(strFmt('Affix: %1',DirNameAffix.Affix));

Viewing all articles
Browse latest Browse all 101540

Trending Articles