BudgetControlBudgetTransactionProcessor::submitBudgetTransLineToRemoveBudget Method [AX 2012]

Submits the budget transaction line to remove its budget reservation.

Syntax

server public static void submitBudgetTransLineToRemoveBudget(RecId _budgetTransactionLineRecId, [boolean _showResultMessages])

Run On

Server

Parameters

  • _budgetTransactionLineRecId
    Type: RecId Extended Data Type
    The record ID of the BudgetTransactionLine record to process.
  • _showResultMessages
    Type: boolean
    A Boolean value that indicates whether to show messages for the results; optional.

See Also

Reference

BudgetControlBudgetTransactionProcessor Class