Share via


RetailStatementCalculate.insertTenderDeclarationLines Method [AX 2012]

Selects the transactions from the RetailTransactionTenderDeclarationTrans table, finds the current statement code, and inserts the record into the RetailStatementLines table.

Syntax

public void insertTenderDeclarationLines(RetailStatementTable _statementTable)

Run On

Server

Parameters

Remarks

The record is inserted into the RetailStatementLines table that is based on the currentStatementCode and lastStatementCode variables.

See Also

Reference

RetailStatementCalculate Class