LogisticsLocationRole::findBytype Method
Finds a record in the LogisticsLocationRole table, depending on a LogisticsLocationRoleType value.
Syntax
client server public static LogisticsLocationRole findBytype(LogisticsLocationRoleType _type, [boolean _forupdate])
Run On
Called
Parameters
- _type
Type: LogisticsLocationRoleType Enumeration
The LogisticsLocationRoleType 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.