Share via


InventTrackingRegisterTrans::associateFinancialJournalTrackingTrans Method

Associates specified serial numbers to the financial journal line.

Syntax

server public static void associateFinancialJournalTrackingTrans(
    InventTransOriginId _originId, 
    Common _journalLine, 
    Common _physicalJournalLine, 
    InventQty _financialQty, 
    InventQty _remainingFinancialQty, 
    InventDimGroupSetup _inventDimGroupSetup)

Run On

Server

Parameters

  • _journalLine
    Type: Common Table
    A financial journal buffer.
  • _physicalJournalLine
    Type: Common Table
    A physical journal buffer.
  • _inventDimGroupSetup
    Type: InventDimGroupSetup Class
    An instance of the InventDimGroupSetup class that provides information about the dimension setup for the current journal line.

See Also

Reference

InventTrackingRegisterTrans Table