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.
Checks if a Disposal transaction is able to be reversed.
Syntax
private container canReverse_Disposal_IN(
AssetGroupTrans_IN _assetGroupTransForOrig,
AssetGroupTrans_IN _assetGroupTransMain,
AssetTransDate _assetTransDate)
Run On
Called
Parameters
- _assetGroupTransForOrig
Type: AssetGroupTrans_IN Table
An AssetGroupTrans_IN buffer containing the original transaction to be reversed.
- _assetGroupTransMain
Type: AssetGroupTrans_IN Table
An AssetGroupTrans_IN buffer containing the selected transaction to reverse.
- _assetTransDate
Type: AssetTransDate Extended Data Type
Contains the AssetTransDate value of the original transaction.
Return Value
Type: container
A container of an ErrorTolerance value (Error, Warning, or Accept) and one string: Accept if the transaction is able to be reversed or revoked, Warning if the transaction is able to be reverserd or revoked pending user approval, or Error if the transaction cannot be reversed.
A string containing the error or warning message to display to the user.