AssetInventTrans::findByInventTransOriginId Method
Finds the AssetInventTrans record, depending on the InventTransOriginId field.
Syntax
client server public static AssetInventTrans findByInventTransOriginId(InventTransOriginId _inventTransOriginId, [boolean _forupdate])
Run On
Called
Parameters
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The inventory transaction originator ID of the record to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: AssetInventTrans Table
A record in the AssetInventTrans table; otherwise, an empty record.