static void Job189(Args _args)
{
DirParty dirParty;
LogisticsLocationEntity lle;
CustTable customer;customer = CustTable::find("1707303");
dirParty = dirParty::constructFromCommon(customer);
lle = dirParty.getPrimaryElectronicAddressLocation();
info(lle.getEmail());
info(lle.getTeleFax());
info(lle.getPhone());
info(lle.getTelex());
}
↧
RE: How can i coding Method for getting Field Fax,Telex Fax,Phone no. from LogisticsElectronicsAddress
↧