Share via


TransactionReversal_CustVend.moveCashDisc Method [AX 2012]

Calls the method MoveCashDisc on either the CustTransCashDisc or VendTransCashDisc table.

Syntax

public void moveCashDisc(
    TableId _custSettlementTableId, 
    RecId _custSettlementRecId, 
    TableId _custTransOpenTableId, 
    RecId _custTransOpenRecId)

Run On

Called

Parameters

Remarks

This method is implemented by the derived classes TransactionReversal_Cust and TransactionReversal_Vend.

See Also

TransactionReversal_CustVend Class

CustTransCashDisc Table

VendTransCashDisc Table