BudgetControlTrackingUpdate Class [AX 2012]
The BudgetControlTrackingUpdate class and its subclasses manage budget control tracking information, depending on whether relieving management is required.
| Method | Description | |
|---|---|---|
| activateTracking | Activates the tracking process. |
| arePendingDeletionsPrepared | Indicates whether any pending deletions were prepared by this instance. |
| areRelievingDetailsPrepared | Indicates whether any relieving details were prepared by this instance. |
| areRelievingPendingDeletionsPrepared | Indicates whether any relieving detail pending deletions were prepared by this instance. |
| areReturnDetailsPrepared | Gets a flag that indicates whether any return details were prepared by this instance. |
| areTrackingDetailsPrepared | Indicates whether any tracking details were prepared by this instance. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cleanUpTracking | Marks any previous budget tracking information that is not in a Confirmed status for the BudgetSource record as pending deletion. |
| createBudgetSource | Creates a BudgetSourceTracking record for the BudgetSource record. |
| createReturnDetailsForSimulation | Creates return tracking details for simulation. |
| createReturnRemainingDetails | Creates budget source tracking return details for all remaining confirmed funds for the budget source. |
| createSourceTracking | Creates a tracking record for the budget source. |
| createSourceTrackingAsNonSimulation | Creates a tracking record for a non-simulation budget source. |
| createSourceTrackingAsSimulation | Creates a tracking record for a simulation budget source. |
| createTrackingDetail | Creates a budget source tracking detail record. |
| determineLastSourceTracking | Determines the last BudgetSourceTracking record that is associated with the BudgetSource record. |
| determineRemovalSource | Determines whether the BudgetSource record can be removed and marks it for removal. |
| determineRemovalSourceTracking | Determines whether the BudgetSourceTracking records that are associated with the BudgetSource record should be removed. |
| determineSourceTrackingToReturn | Determines the tracking record to return funds. |
| determineSourceTrackingToSimulate | Determines the tracking record for the budget source to simulate. |
| determineTrackingSequenceNumber | Determines the sequence number for the tracking record. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAmountInTracking | Calculates the carry-forward and non-carry-forward amounts for the specified BudgetSourceDetail object. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTrackedCarryforwardAmount | Gets the tracked carry-forward amounts for the specified budget source ledger dimension in the specified primary ledger. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeForProcessing | Initializes the BudgetControlTrackingUpdate class. |
| initializeForRemoval | Initializes the BudgetControlTrackingUpdate class. |
| initializeForReturnRemaining | Initializes the BudgetControlTrackingUpdate class. |
| new | Initializes a new instance of the BudgetControlTrackingUpdate 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.) |
| relieveSourceLedgerDimensionAmount | Relieves the specified amount from the specified relieving ledger dimension detail. |
| removeLastSourceTracking | Marks the BudgetSourceTracking records for the BudgetSource record as pending deletion. |
| removeLastSourceTrackingDetail | Marks the BudgetSourceTrackingDetail records that are associated with BudgetSourceTracking records and that are marked for deletion as pending deletion. |
| removeTracking | Marks the last budget tracking information for the BudgetSource record as pending deletion. |
| returnRemainingFunds | Gets all the remaining confirmed funds for the budget source. |
| 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.) |
| trackBudgetSource | Creates a BudgetSourceTracking record and its ledger dimension return funds details for the BudgetSource record. |
| trackBudgetSourceForReturnRemaining | Tracks the budget source for the returned budget. |
| trackLedgerDimension | Tracks the ledger dimension detail. |
| trackReturnLedgerDimension | Tracks the ledger dimension return detail. |
| trackSimulatingBudgetSource | Creates a BudgetSourceTracking record and its ledger dimension return funds details for the BudgetSource record that simulates another BudgetSource record. |
| 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 | Creates an instance of the BudgetControlTrackingUpdate class. |
| ::newForBudgetControlProcessing | Creates an instance of the BudgetControlTrackingUpdate, BudgetControlTrackingUpdateRelieving, or BudgetControlTrackingUpdateCarryforward class. |
| ::newForBudgetControlRemoval | Creates an instance of the BudgetControlTrackingUpdate, BudgetControlTrackingUpdateRelieving, or BudgetControlTrackingUpdateCarryforward class. |
| ::newForBudgetControlReturnRemaining | Creates an instance of the BudgetControlTrackingUpdate, BudgetControlTrackingUpdateRelieving, or BudgetControlTrackingUpdateCarryforward class. |
Object Class
BudgetControlTrackingUpdate Class
BudgetControlTrackingUpdateCarryforward Class
BudgetControlTrackingUpdateRelieving Class
BudgetControlTrackingUpdate Class
BudgetControlTrackingUpdateCarryforward Class
BudgetControlTrackingUpdateRelieving Class
Community Additions
ADD
Show: