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.
Creates the customer or vendor transaction, depending on whether the method is called by the derived class TransactionReversal_Cust Class or the TransactionReversal_Vend Class.
Syntax
public void createCustVendTrans(
CustVendTrans _custVendTransLast,
CustVendTrans _custVendTransOrig,
[boolean _reverseExchange])
Run On
Called
Parameters
- _custVendTransLast
Type: CustVendTrans Map
The latest/newest CustVendTrans.
- _custVendTransOrig
Type: CustVendTrans Map
The original CustVendTrans, which upon reversal means that the transaction is being reversed. Upon revoke, the original is the transaction that was reversed, that is now being revoked/reopened.
- _reverseExchange
Type: boolean
Remarks
Upon reversal, the new reversed transaction is settled with the transaction that is being reversed.
Upon revoke, the reversed transaction is being reversed, and the reversed and revoked transactions are settled. At the same time, the original transaction is being reopened.