Hi,
Please is the code for vendor primary contact number.
LogisticsElectronicAddress logisticsElectronicAddress;
DirPartyTable dirPartyTable;
select firstOnly logisticsElectronicAddress where logisticsElectronicAddress.RecId == DirPartyTable::findRec(VendTable::find(‘V00097′).Party).PrimaryContactPhone;
info(strFmt(“%1″,logisticsElectronicAddress.Description));
Share this:
Please is the code for vendor primary contact number.
LogisticsElectronicAddress logisticsElectronicAddress;
DirPartyTable dirPartyTable;
select firstOnly logisticsElectronicAddress where logisticsElectronicAddress.RecId == DirPartyTable::findRec(VendTable::find(‘V00097′).Party).PrimaryContactPhone;
info(strFmt(“%1″,logisticsElectronicAddress.Description));
Share this:
No comments:
Post a Comment