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.
- _markedOpenTrans
Type: CustTransOpen Table
The open transaction marked for settlement.
- _trans
Type: CustTrans Table
The customer transaction.
Remarks
This method should be used when the marked transaction is available.