Below is the piece of code will return the current company address based on role type.
LogisticsAddressing address;
;
address = DirParty::findPostalAddressByRole(CompanyInfo::current(), LogisticsLocationRoleType::RemitTo).Address;
info(address);
@Rahul
how to get company name and phone and fax by type ?
ReplyDelete