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
- _inventTransOrigin
Type: InventTransOrigin Table
- _inventDimCriteria
Type: InventDim Table
The InventDim table selection criteria.
- _qty
Type: InventQty Extended Data Type
The quantity to be marked or unmarked.
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.