To get the address defined for the primary company in the Infor CRM web client you can utilize a BusinessRuleHelp method called GetPrimaryServerBranchOptions. From this method you can then get the AddressID property of the BranchOptions object that is returned, and from there get the IAddress object.
↧