Share via


BudgetAvailableBalance.prepareQueryRangeValues Method [AX 2012]

Prepares the query range values by using the specified parameters.

Syntax

protected void prepareQueryRangeValues(
    BudgetModel _budgetModel, 
    boolean _includeConfirmed, 
    boolean _includeDraft, 
    boolean _includeDefaultBudgetModelTransactions, 
    boolean _includeIsSimulation, 
    RecId _mainAccountRecId, 
    boolean _includeAllAccounts)

Run On

Called

Parameters

  • _includeDefaultBudgetModelTransactions
    Type: boolean
    A Boolean value that specifies whether to include default budget model budget tracking transactions in the calculation; optional.
  • _includeIsSimulation
    Type: boolean
    A Boolean value that specifies whether to include simulation budget tracking transactions in the calculation; optional.
  • _mainAccountRecId
    Type: RecId Extended Data Type
    A record ID of main account which is used in calculating the BudgetSourceLedgerDimension record ID; optional.
  • _includeAllAccounts
    Type: boolean
    A Boolean value that specifies whether to include all of the main accounts for the passed in ledger dimension; optional.

See Also

Reference

BudgetAvailableBalance Class