Share via


RetailStatementCalculate.insertPaymentLines Method [AX 2012]

Selects the payment transactions from the RetailTransactionPaymentTrans table and inserts the record in the RetailStatementLines table.

Syntax

public void insertPaymentLines(RetailStatementTable _statementTable)

Run On

Server

Parameters

Remarks

This method calculates the amounts based on the payment transactions in the table and inserts the sum into the RetailStatementLine table.

See Also

Reference

RetailStatementCalculate Class