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

  • _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.

See Also

Reference

MCRTmpSalesAddress Table