BudgetControlSourceDocumentProcessor Class [AX 2012]
The BudgetControlSourceDocumentProcessor class provides budget control processing for a source document.
| Method | Description | |
|---|---|---|
| addBudgetCheckDetails | Adds the transaction currency amounts and the corresponding transaction codes for the ledger dimensions to check for the budget. |
| addBudgetRelievingDetails | Adds the transaction currency amounts and the corresponding transaction codes for the ledger dimensions and the budget sources from which the budget reservation should be relieved. |
| addBudgetReturnDetails | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| doCheckBudget | |
| doRemoveBudget | |
| doReturnRemainingBudget | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeToCheckBudget | |
| initializeToRemoveBudget | Initializes the object to remove a budget. |
| initializeToReturnRemainingBudget | |
| initRuleToCheckBudget | |
| initToCheckBudgetForSourceDocLineRemoval | |
| loadDistributions | Loads the distribution records for an active accounting event for all the loaded source document line items. |
| loadSourceDocumentLineDistributions | Loads the distribution records for a specified source document line item. |
| loadSourceDocumentLineGraph | Loads all the source document lines on the parent child source document line graph for the source document line that is submitted for budget check. |
| loadSourceDocumentLines | Loads all the SourceDocumentLine records that should be checked for their budget reservations together with the budget source SourceDocumentLine record. |
| new | Initializes a new instance of the BudgetControlSourceDocumentProcessor 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.) |
| runCheckBudget | |
| runRemoveBudget | |
| runReturnRemainingBudget | |
| saveBudgetSource | Saves a budget source for the source document line. |
| setBudgetCheckDate | Sets a default date for the budget reservation. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setUpBudgetCheckParameters | Sets up the required parameters on the budget control check request. |
| setUpBudgetSourceDetailsToCheckBudget | |
| 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.) |
| ::getActiveDistributions | Gets a collection of AccountingDistribution records for a specified SourceDocumentLine record that is associated with the active accounting event that has distributions. |
| ::newProcessor | Creates an object instance of the processor. |
| ::submitSourceDocLineImplCheckBudgetServer | |
| ::submitSourceDocLineImplToCheckBudget | Submits the source document line implementation to check the availability of budget funds and reserve budget funds. |
| ::submitSourceDocLineReturnRemainingServer | |
| ::submitSourceDocLineToCheckBudgetServer | |
| ::submitSourceDocLineToRemoveBudgetServer | Submits the source document line to remove its budget reservation. |
| ::submitSourceDocLineToReturnRemaining | Submits the source document line to return its remaining budget funds. |
| ::submitSourceDocumentLineToCheckBudget | Submits the source document line to check the availability of budget funds and reserve budget funds. |
| ::submitSourceDocumentLineToRemoveBudget | Submits the source document line to remove its budget reservation. |
Community Additions
ADD
Show: