TmpInventTransMark::isRefTransUnchanged Method
Determines whether the records that are used to create the TmpInventTransMark records with the packTmpMark method have changed.
Syntax
server public static boolean isRefTransUnchanged(
InventTransOriginId _inventTransOriginId,
InventDim _inventDimCriteria,
InventQty _qty,
container _conMapTmpMark)
Run On
Server
Parameters
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The inventory transaction originator ID.
- _inventDimCriteria
Type: InventDim Table
The inventory dimensions selection criteria.
- _qty
Type: InventQty Extended Data Type
The quantity to be marked.
- _conMapTmpMark
Type: container
The container of TmpInventTransMark records.
Return Value
Type: boolean
true if none of the records that are used to create TmpInventTransMark records with the packTmpMark method have changed; otherwise, false.