Share via


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

  • _inventDimCriteria
    Type: InventDim Table
    The inventory dimensions selection criteria.
  • _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.

See Also

Reference

TmpInventTransMark Table