InventTransOrigin::findByInventTransId Method
Retrieves the inventory transaction originator record for the given InventTransId value.
Syntax
client server public static InventTransOrigin findByInventTransId(InventTransId _inventTransId, [boolean _forUpdate])
Run On
Called
Parameters
- _inventTransId
Type: InventTransId Extended Data Type
An InventTransId value of the inventory transaction originator.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the buffer should be selected for update; optional.
Return Value
Type: InventTransOrigin Table
An inventory transaction originator record for a given InventTransId value if a record that corresponds exists; otherwise, an empty buffer.