Share via


TransactionReversal_AssetGroup_IN.canReverseDB_CapReserve_IN Method [AX 2012]

Checks if a Capital Reserve transaction is able to be reversed.

Syntax

private container canReverseDB_CapReserve_IN(
    AssetGroupDepBookTrans_IN _assetGroupDepBookTransForOrig, 
    AssetGroupDepBookTrans_IN _assetGroupDepBookTransMain, 
    RefRecId _assetRecId, 
    AssetTransDate _assetTransDate)

Run On

Called

Parameters

  • _assetGroupDepBookTransForOrig
    Type: AssetGroupDepBookTrans_IN Table
    An AssetDepBookTransTable buffer containing the original transaction to be reversed.

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.

See Also

Reference

TransactionReversal_AssetGroup_IN Class