BudgetControlBudgetTransactionProcessor::submitBudgetTransLineToCheckBudget Method [AX 2012]

Submits the budget transaction line to check the availability of budget funds and reserve budget funds.

Syntax

server public static void submitBudgetTransLineToCheckBudget(
    RecId _budgetTransactionLineRecId, 
    boolean _isDraftReservation, 
   [boolean _showResultMessages, 
    UserId _userId])

Run On

Server

Parameters

  • _budgetTransactionLineRecId
    Type: RecId Extended Data Type
    The record ID of the BudgetTransactionLine record to process.
  • _isDraftReservation
    Type: boolean
    A Boolean value that indicates whether the budget reservation is a draft reservation.
  • _showResultMessages
    Type: boolean
    A Boolean value that indicates whether to show messages for budget check results; optional.
  • _userId
    Type: UserId Extended Data Type
    The user who is submitting the budget transaction to the budget check process; optional.

See Also

Reference

BudgetControlBudgetTransactionProcessor Class