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.
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
- _custSettlementTableId
Type: TableId Extended Data Type
- _custSettlementRecId
Type: RecId Extended Data Type
- _custTransOpenTableId
Type: TableId Extended Data Type
- _custTransOpenRecId
Type: RecId Extended Data Type
Remarks
This method is implemented by the derived classes TransactionReversal_Cust and TransactionReversal_Vend.