WHSEcoResProductTransportationCodes::findByItemId Method
Finds the specified record in the WHSEcoResProductTransportationCodes table.
Syntax
client server public static WHSEcoResProductTransportationCodes findByItemId(
ItemId _itemId,
[DataAreaId _itemDataAreaId,
boolean _forupdate])
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID of the InventTable to find.
- _itemDataAreaId
Type: DataAreaId Extended Data Type
The company context in which to process the current field.
- _forupdate
Type: boolean
A boolean value that indicates whether to read the record for update; optional.
Return Value
Type: WHSEcoResProductTransportationCodes Table
A record in the WHSEcoResProductTransportationCodes table; otherwise, an empty record.