BudgetTransactionReverseManager::processReversal_Server Method [AX 2012]

Processes the reversal of the BudgetTransactionLine records on the server.

Syntax

server private static void processReversal_Server(container _packedBudgetTransactionReverseManager)

Run On

Server

Parameters

  • _packedBudgetTransactionReverseManager
    Type: container
    The packed BudgetTransactionReverseManager class that contains the data to process the reversal on the server.

Exceptions

Exception Condition
Error

The reversal process encountered an error and was not completed.

No BudgetTransactionLine records were reversed.

See Also

Reference

BudgetTransactionReverseManager Class