BudgetControlBudgetTransactionProcessor Class [AX 2012]
The BudgetControlBudgetTransactionProcessor class supports the integration of budget transactions into the budget control processor.
| Method | Description | |
|---|---|---|
| addBudgetSourceToRemove | |
| addCheckBudgetRequestToProcess | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canProcessBudget | Indicates whether the budget control processing can be performed. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getBudgetControlCategory | Gets the budget control category for the budget transaction. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeForCheckBudget | Initializes the BudgetControlBudgetTransactionProcessor class for the budget check process. |
| initializeForRemoveBudget | Initializes the BudgetControlBudgetTransactionProcessor class for the budget removal process. |
| new | Initializes a new instance of the BudgetControlBudgetTransactionProcessor 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.) |
| 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.) |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the BudgetControlBudgetTransactionProcessor class. |
| ::submitBudgetTransactionToApproveOverrun | Sets whether the budget overrun is approved for all budget transaction lines that are associated with the specified budget transaction header. |
| ::submitBudgetTransLineToCheckBudget | Submits the budget transaction line to check the availability of budget funds and reserve budget funds. |
| ::submitBudgetTransLineToRemoveBudget | Submits the budget transaction line to remove its budget reservation. |
Community Additions
ADD
Show: