Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the ID of an inventory transaction originator marked with the specified inventory transaction originator.
Syntax
client server public static InventTransOriginId findMarkingRefInventTransOrigin(
InventTransOriginId _inventTransOriginId,
ItemId _itemId,
[boolean _findVirtual,
boolean _findForce])
Run On
Called
Parameters
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The ID of the inventory transaction originator for which marking is examined.
- _itemId
Type: ItemId Extended Data Type
The ID of the item that is marked.
- _findVirtual
Type: boolean
true if virtual transactions should be examined; otherwise, false.
- _findForce
Type: boolean
true if a time-using examination of many transactions should be used as a last resort; otherwise, false.
Return Value
Type: InventTransOriginId Extended Data Type
The ID of an inventory transaction originator marked with the specified value.