LedgerJournalTrans.updateMarkedInvoiceWithTrans Method

Updates the marked invoice of the current payment by using the specified marked transaction.

Syntax

public void updateMarkedInvoiceWithTrans(
    int _openTransMarkedCount, 
    CustTransOpen _markedOpenTrans, 
    CustTrans _trans)

Run On

Called

Parameters

  • _openTransMarkedCount
    Type: int
    The number of open transactions marked for settlement.

Remarks

This method should be used when the marked transaction is available.

See Also

Reference

LedgerJournalTrans Table