BudgetProvisionalReverseHelper Class [AX 2012]
The BudgetProvisionalReverseHelper class is used to manage the logic for reversal of provisional budgets.
| Method | Description | |
|---|---|---|
| appendExistingReversalManger | Populates the map of BudgetTransactionReverseManager class for reversal of preliminary budget. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkPreliminaryTransactionAmount | Checks for an existing preliminary transaction amount in BudgetTransactionLine table. |
| checkRemainingOriginalBudgetAmount | Checks for an existing preliminary transaction amount in the BudgetTransactionLine table. |
| 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.) |
| new | Initializes a new instance of the BudgetProvisionalReverseHelper 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.) |
| parmBudgetCodeRecId | Gets or sets the BudgetCodeRecId parameter. |
| parmBudgetTransactionCode | Gets or sets the BudgetTransactionCode parameter. |
| parmBudgetTransactionHeader | Gets or sets the BudgetTransactionHeader parameter. |
| parmBudgetTransactionId | Gets or sets the BudgetTransactionId parameter. |
| parmBudgetTransactionLine | Gets or sets the BudgetTransactionLine parameter. |
| parmIncludeAllBudgetCodes | Gets or sets the IncludeAllBudgetCodes parameter. |
| parmIsReversalRequired | Gets or sets the IsReversalRequired parameter. |
| parmIsSpecificBudgetCode | Gets or sets the IsSpecificBudgetCode parameter. |
| populateAllBudgetTransactionForReversal | Populates the map of BudgetTransactionReverseManager class for the reversal of a preliminary budget. |
| populateForReversal | Populates the map of BudgetTransactionReverseManager instances for the reversal of a preliminary budget. |
| populateToReverse | Populates the map of BudgetTransactionReverseManager instances for the reversal of a preliminary budget. |
| proceedForReversal | Performs the reversal for preliminary budget transaction lines. |
| 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 BudgetProvisionalReverseHelper class. |
Community Additions
ADD
Show: