TMSCarrierLogisticsLocation::findByTMSCarrierRole Method
Finds a TMSCarrierLogisticsLocation record that matches the specified parameters
Syntax
client server public static TMSCarrierLogisticsLocation findByTMSCarrierRole(
TMSCarrierRecId _tmsCarrier,
LogisticsLocationRoleRecId _role,
[TransDateTime _transDateTime,
boolean _forupdate])
Run On
Called
Parameters
- _tmsCarrier
Type: TMSCarrierRecId Extended Data Type
The RecId value of the required carrier, that is, a TMSCarrier record.
- _role
Type: LogisticsLocationRoleRecId Extended Data Type
The RecId value of the required role, that is, a LogisticsLocationRole record.
- _transDateTime
Type: TransDateTime Extended Data Type
The date for which the record is valid. Currently not used.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: TMSCarrierLogisticsLocation Table
A record in the TMSCarrierLogisticsLocation table; otherwise, an empty record.