Share via


RetailStatementCalculate.insertSafeTender Method [AX 2012]

Inserts the record in the RetailStatementLine table that is based on the current RetailStatementTable record and the transactions in RetailTransactionSafeTenderTrans table.

Syntax

public void insertSafeTender(RetailStatementTable _statementTable)

Run On

Server

Parameters

Remarks

The method updates the SafeAmount fields of the RetailStatementLine table.

See Also

Reference

RetailStatementCalculate Class