BudgetPlanReportHelper Class [AX 2012]

The BudgetPlanReportHelper class is the helper class for the budget plan Microsoft SQL Server Reporting Services (SSRS) reports.

class BudgetPlanReportHelper

Run On

Called

  MethodDescription
JJ756489.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ756489.pubmethod(en-us,AX.60).gif JJ756489.static(en-us,AX.60).gif ::calculatePlanAmountToAccountingAmount Calculates an amount in the accounting currency of the company by using budget exchange rates.
JJ756489.pubmethod(en-us,AX.60).gif JJ756489.static(en-us,AX.60).gif ::getBudgetPlanReportGroupData Provides the data for the report group option parameter that is passed as an argument to this method.
JJ756489.pubmethod(en-us,AX.60).gif JJ756489.static(en-us,AX.60).gif ::getBudgetPlanReportGroupDataExtended Provides the data for the report group option parameter that is passed as an argument to this method.
JJ756489.privmethod(en-us,AX.60).gif JJ756489.static(en-us,AX.60).gif ::getLocalizedMonetaryScenarioNames Fills the Set with localized BudgetPlanScenario records for monetary scenarios and then returns the records in a container.
JJ756489.privmethod(en-us,AX.60).gif JJ756489.static(en-us,AX.60).gif ::getLocalizedScenarioNames Fills the set with localized BudgetPlanScenario records and then returns the records in a container.
JJ756489.pubmethod(en-us,AX.60).gif JJ756489.static(en-us,AX.60).gif ::isValidGroupOptionValue Validates the value of the group option fields.
JJ756489.pubmethod(en-us,AX.60).gif JJ756489.static(en-us,AX.60).gif ::lookupBudgetPlanScenario Performs the lookup for the budget plan scenario records.
JJ756489.pubmethod(en-us,AX.60).gif JJ756489.static(en-us,AX.60).gif ::validateBudgetPlanScenario Validates the budget plan scenario name.
JJ756489.pubmethod(en-us,AX.60).gif JJ756489.static(en-us,AX.60).gif ::validateCurrency Validates the currency that is involved in a budget transaction.
Top

This class provides validation for report parameters, sets the values of report group option parameters, and converting the plan amount to the accounting amount.

Object Class
  BudgetPlanReportHelper Class

Community Additions

ADD
Show: