BudgetControlResult Class [AX 2012]

The BudgetControlResult class is used to capture the details of the result of the check for available budget for a budget source.

Syntax

class BudgetControlResult implements SysPackable

Run On

Called

Methods

  Method Description
Gg762629.pubmethod(en-us,AX.60).gif addResultDetail Adds a BudgetCheckResultErrorWarningDetail record to the instance.
Gg762629.pubmethod(en-us,AX.60).gif budgetControlErrorWarning Gets an indicator of the budget control error or warning result for the budget source.
Gg762629.pubmethod(en-us,AX.60).gif budgetControlErrorWarningType Gets an indicator of the budget control error or warning result type for the budget source.
Gg762629.pubmethod(en-us,AX.60).gif budgetSourceAvailableCheckResult Indicates the overall result of the check for the available budget of the budget source.
Gg762629.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg762629.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg762629.pubmethod(en-us,AX.60).gif errorMessages Gets a Set object that contains strings of error messages that are produced during the check for budget availability.
Gg762629.pubmethod(en-us,AX.60).gif getResultDetails Gets a List object that contains BudgetCheckResultErrorWarningDetail records.
Gg762629.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg762629.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg762629.pubmethod(en-us,AX.60).gif infoLogErrorMessages Displays the error messages of the budget check result in the Infolog.
Gg762629.pubmethod(en-us,AX.60).gif infoLogWarningMessages Displays the warning messages of the budget check result in the Infolog.
Gg762629.pubmethod(en-us,AX.60).gif initialize Initializes the BudgetControlResult class.
Gg762629.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetControlResult class.
Gg762629.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.)
Gg762629.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.)
Gg762629.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg762629.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg762629.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the BudgetControlResult class.
Gg762629.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg762629.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg762629.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedBudgetControlResult parameter value to an instance of the BudgetControlResult class.
Gg762629.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.)
Gg762629.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg762629.pubmethod(en-us,AX.60).gif warningMessages Retrieves a Set object that contains strings of warning messages that result from the check for budget available.
Gg762629.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg762629.pubmethod(en-us,AX.60).gif Gg762629.static(en-us,AX.60).gif ::construct Creates an instance of the BudgetControlResult class.
Gg762629.pubmethod(en-us,AX.60).gif Gg762629.static(en-us,AX.60).gif ::create Creates an instance of the BudgetControlResult class from a packed copy.
Gg762629.pubmethod(en-us,AX.60).gif Gg762629.static(en-us,AX.60).gif ::createBudgetCheckResultImages Creates an image list that displays the BudgetCheckResult values.
Gg762629.pubmethod(en-us,AX.60).gif Gg762629.static(en-us,AX.60).gif ::getBudgetCheckResultImagePos Gets the budget check result image position in the image list that displays the BudgetCheckResult values.
Gg762629.pubmethod(en-us,AX.60).gif Gg762629.static(en-us,AX.60).gif ::getBudgetCheckResultToolTip Gets the tool tip for the budget check result.
Gg762629.pubmethod(en-us,AX.60).gif Gg762629.static(en-us,AX.60).gif ::newBudgetControlResult Constructs an instance of the BudgetControlResult class.

Top

Inheritance Hierarchy

Object Class
  BudgetControlResult Class