Share via


RetailStatementCalculate.updateBankLine Method [AX 2012]

Updates the RetailStatementLine record based on the specified parameters.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void updateBankLine(
            RetailStatementTable _statementTable, 
            RetailTransactionBankedTenderTrans _transactionBankedTenderTrans, 
           [RetailUniqueShiftId _uniqueShiftId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void updateBankLine(RetailStatementTable _statementTable, RetailTransactionBankedTenderTrans _transactionBankedTenderTrans)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void updateBankLine(RetailStatementTable _statementTable, RetailTransactionBankedTenderTrans _transactionBankedTenderTrans)

Run On

Server

Parameters

Remarks

The amount values for the RetailStatementTable are updated with the amounts in the RetailTransactionBankedTenderTrans record.

See Also

Reference

RetailStatementCalculate Class