LogisticsLocationRole::findRec Method
Finds a record in the LogisticsLocationRole table, depending on a LogisticsLocationRoleRecId value.
Syntax
client server public static LogisticsLocationRole findRec(LogisticsLocationRoleRecId _locationRoleRecId, [boolean _forupdate])
Run On
Called
Parameters
- _locationRoleRecId
Type: LogisticsLocationRoleRecId Extended Data Type
The LogisticsLocationRoleRecId value of the record to select.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: LogisticsLocationRole Table
A record in the LogisticsLocationRole table.