Share via


TmpInventTransMark::packTmpMark Method

Retrieves all of the TmpInventTransMark records that can be marked or unmarked against the issue or receipt.

Syntax

server public static container packTmpMark(
    InventTransOrigin _inventTransOrigin, 
    InventDim _inventDimCriteria, 
    InventQty _qty)

Run On

Server

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    The InventDim table selection criteria.

Return Value

Type: container
A container of the TmpInventTransMark records.

Remarks

The TmpInventTransMark table is a temporary table and it will be cleaned up after the method is finished. The method is used in the marking form.

See Also

Reference

TmpInventTransMark Table