InventTrackingRegisterTrans::creditFinancialJournalTrackingTrans Method

Updates tracking records when credit note is posted.

Syntax

server public static void creditFinancialJournalTrackingTrans(
    InventTransOriginId _originId, 
    CustInvoiceTrans _journalLine, 
    InventQty _remainingPhysicalQty, 
    InventQty _financialQty, 
    InventQty _remainingFinancialQty, 
    InventDimGroupSetup _inventDimGroupSetup)

Run On

Server

Parameters

  • _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