Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _statementTable
Type: RetailStatementTable Table
A RetailStatementTable record.
Remarks
The record is inserted into the RetailStatementLines table that is based on the currentStatementCode and lastStatementCode variables.