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.

public void insertTenderDeclarationLines(RetailStatementTable _statementTable)

Run On

Server

Parameters

_statementTable
Type: RetailStatementTable Table
A RetailStatementTable record.

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

Community Additions

ADD
Show: