Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the AccountantLogisticsLocation_BR table.
Syntax
client server public static AccountantLogisticsLocation_BR find(
RecId _accountant,
LogisticsLocationRecId _location,
[boolean _forUpdate])
Run On
Called
Parameters
- _accountant
Type: RecId Extended Data Type
The record ID of the Accountant_BR table.
- _location
Type: LogisticsLocationRecId Extended Data Type
The record ID of the LogisticsLocation table.
- _forUpdate
Type: boolean
Optional: A Boolean value that indicates whether to read the record for update.
Return Value
Type: AccountantLogisticsLocation_BR Table
A record in the AccountantLogisticsLocation_BR table; otherwise, an empty record.