RetailOrderManager::getExistingLogisticsLocation Method [AX 2012]
Fetch the logisitics location record id of the provided address in the context of the provided customer account.
client server private static LogisticsLocationRecId getExistingLogisticsLocation(RetailTransactionAddressTrans addressTrans, CustAccount custAccount)
Run On
CalledParameters
- addressTrans
- Type: RetailTransactionAddressTrans Table
The address line that is being looked up.
- custAccount
- Type: CustAccount Extended Data Type
The customer account whose address book will be searched.
Return Value
Type: LogisticsLocationRecId Extended Data TypeLogistics location RecordId of the address specified inside addressTrans.
Show: