MCRTmpSalesAddress::findCustomerFromLocation Method
Finds the customer record with the specified location record ID.
Syntax
client server public static CustTable findCustomerFromLocation(LogisticsLocationRecId _location, [boolean _forUpdate])
Run On
Called
Parameters
- _location
Type: LogisticsLocationRecId Extended Data Type
The location record ID used to find the customer.
- _forUpdate
Type: boolean
Indicates whether the record should be selected for update.
Return Value
Type: CustTable Table
The customer record with the specified location record ID.