Share via


RetailStatementPost.insertStatementJour Method [AX 2012]

Inserts a record into the RetailStatementJour table and RetailStatementTrans table after posting the statement.

Syntax

public void insertStatementJour(RetailStatementTable _statementTable)

Run On

Server

Parameters

Remarks

Finds the voucher value after posting and inserts to the RetailStatementVoucher table.

See Also

Reference

RetailStatementPost Class