TMSCarrierService::findByDlvModeId Method
Finds a Carrier Service record using the DlvModeId field.
Syntax
client server public static TMSCarrierService findByDlvModeId(DlvModeId _dlvModeId, [boolean _forUpdate])
Run On
Called
Parameters
- _dlvModeId
Type: DlvModeId Extended Data Type
The field with which to find the record.
- _forUpdate
Type: boolean
True if the record should be selected for update; otherwise false.
Return Value
Type: TMSCarrierService Table
A Carrier Service record.