Share via


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

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

See Also

Reference

InventTransOrigin Table