Method return Address object AX 2012

Private LogisticsAddressing getAddress(DirPartyRecId _customer)
{
DirPartyPostalAddressView View;
select View where View.Party == _customer;
return View.Address;
}

Leave Comment

Your email address will not be published. Required fields are marked *