InventTrackingRegisterTrans::associatePhysicalJournalTrackingTrans Method
Associates specified serial numbers to the physical journal line.
Syntax
server public static void associatePhysicalJournalTrackingTrans(
InventTransOriginId _originId,
ItemId _itemId,
Common _journalLine,
InventQty _physicalQty,
InventDimGroupSetup _inventDimGroupSetup)
Run On
Server
Parameters
- _originId
Type: InventTransOriginId Extended Data Type
A InventTransOriginId value.
- _itemId
Type: ItemId Extended Data Type
The item id.
- _journalLine
Type: Common Table
A physical journal buffer.
- _physicalQty
Type: InventQty Extended Data Type
Quantity of updating items.
- _inventDimGroupSetup
Type: InventDimGroupSetup Class
An instance of the InventDimGroupSetup class that provides information about the dimension setup for the current journal line.