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