AccountantLogisticsLocationRole_BR::find Method
Finds the specified record in the AccountantLogisticsLocationRole_BR table.
Syntax
client server public static AccountantLogisticsLocationRole_BR find(
RecId _accountantLocation,
LogisticsLocationRoleRecId _locationRole,
[boolean _forUpdate])
Run On
Called
Parameters
- _accountantLocation
Type: RecId Extended Data Type
The record ID of the AccountantLogisticsLocation_BR table.
- _locationRole
Type: LogisticsLocationRoleRecId Extended Data Type
The record ID of the LogisticsLocationRole table.
- _forUpdate
Type: boolean
Optional: A Boolean value that indicates whether to read the record for update.
Return Value
Type: AccountantLogisticsLocationRole_BR Table
A record in the AccountantLogisticsLocationRole_BR table; otherwise, an empty record.