Share via


InventTrans::findByInventTransOrigin Method

Retrieves the random inventory transaction record for a specified InventTransOriginId value.

Syntax

client server public static InventTrans findByInventTransOrigin(InventTransOriginId _inventTransOriginId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the buffer should be selected for update; optional.

Return Value

Type: InventTrans Table
An inventory transaction record for the specified InventTransId value if it exists; otherwise, an empty buffer.

See Also

Reference

InventTrans Table