Share via


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

  • _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.

See Also

Reference

AssetInventTrans Table