Hi I have a case where I need to display 3 different remittance addresses on the same report.
This will pull the first one:
address = DirParty::findPostalAddressByRole(CompanyInfo::current(), LogisticsLocationRoleType::RemitTo).Address;
But I need to pull three. There does not seem to out-of-the-box code for pulling different ones.
any ideas?
Thanks