static void AVAgetAddressOnPurposeForLegalEntity(Args _args)
{
LogisticsAddressing address;
;
address = DirParty::findPostalAddressByRole(CompanyInfo::current(), LogisticsLocationRoleType::Business).Address;
info(address);
}
{
LogisticsAddressing address;
;
address = DirParty::findPostalAddressByRole(CompanyInfo::current(), LogisticsLocationRoleType::Business).Address;
info(address);
}
No comments:
Post a Comment