BudgetControlTrackingUpdateCarryforward Class [AX 2012]
The BudgetControlTrackingUpdateCarryforward class is a specialized subclass of the BudgetControlTrackingUpdate class that manages carry-forward budget tracking information.
| Method | Description | |
|---|---|---|
| activateTracking | Activates the tracking process. (Inherited from BudgetControlTrackingUpdate.) |
| arePendingDeletionsPrepared | Indicates whether any pending deletions were prepared by this instance. (Inherited from BudgetControlTrackingUpdate.) |
| areRelievingDetailsPrepared | Indicates whether any relieving details were prepared by this instance. (Inherited from BudgetControlTrackingUpdate.) |
| areRelievingPendingDeletionsPrepared | Indicates whether any relieving detail pending deletions were prepared by this instance. (Inherited from BudgetControlTrackingUpdate.) |
| areReturnDetailsPrepared | Gets a flag that indicates whether any return details were prepared by this instance. (Inherited from BudgetControlTrackingUpdate.) |
| areTrackingDetailsPrepared | Indicates whether any tracking details were prepared by this instance. (Inherited from BudgetControlTrackingUpdate.) |
| 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. (Inherited from BudgetControlTrackingUpdate.) |
| createBudgetSource | Creates a BudgetSourceTracking record for the BudgetSource record. (Inherited from BudgetControlTrackingUpdate.) |
| createReturnDetailsForSimulation | Creates return tracking details for simulation. (Inherited from BudgetControlTrackingUpdate.) |
| createReturnRemainingDetails | Creates budget source tracking return details for all remaining confirmed funds for the budget source. (Inherited from BudgetControlTrackingUpdate.) |
| createSourceTracking | Creates a tracking record for the budget source. (Inherited from BudgetControlTrackingUpdate.) |
| createSourceTrackingAsNonSimulation | Creates a tracking record for a non-simulation budget source. (Inherited from BudgetControlTrackingUpdate.) |
| createSourceTrackingAsSimulation | Creates a tracking record for a simulation budget source. (Inherited from BudgetControlTrackingUpdate.) |
| createTrackingDetail | Creates a budget source tracking detail record. (Inherited from BudgetControlTrackingUpdate.) |
| determineLastSourceTracking | Determines the last BudgetSourceTracking record that is associated with the BudgetSource record. (Inherited from BudgetControlTrackingUpdate.) |
| determineRemovalSource | Determines whether the BudgetSource record can be removed and marks it for removal. (Inherited from BudgetControlTrackingUpdate.) |
| determineRemovalSourceTracking | Determines whether the BudgetSourceTracking records that are associated with the BudgetSource record should be removed. (Inherited from BudgetControlTrackingUpdate.) |
| determineSourceTrackingToReturn | Determines the tracking record to return funds. (Inherited from BudgetControlTrackingUpdate.) |
| determineSourceTrackingToSimulate | Determines the tracking record for the budget source to simulate. (Inherited from BudgetControlTrackingUpdate.) |
| determineTrackingSequenceNumber | Determines the sequence number for the tracking record. (Inherited from BudgetControlTrackingUpdate.) |
| 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. (Inherited from BudgetControlTrackingUpdate.) |
| 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. (Inherited from BudgetControlTrackingUpdate.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeForProcessing | Initializes the BudgetControlTrackingUpdate class. (Inherited from BudgetControlTrackingUpdate.) |
| initializeForRemoval | Initializes the BudgetControlTrackingUpdate class. (Inherited from BudgetControlTrackingUpdate.) |
| initializeForReturnRemaining | Initializes the BudgetControlTrackingUpdate class. (Inherited from BudgetControlTrackingUpdate.) |
| new | Initializes a new instance of the BudgetControlTrackingUpdate class. (Inherited from BudgetControlTrackingUpdate.) |
| 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 | Overrides the base implementation and always throws an exception. (Overrides the relieveSourceLedgerDimensionAmount Method.) |
| removeLastSourceTracking | Marks the BudgetSourceTracking records for the BudgetSource record as pending deletion. (Inherited from BudgetControlTrackingUpdate.) |
| removeLastSourceTrackingDetail | Marks the BudgetSourceTrackingDetail records that are associated with BudgetSourceTracking records and that are marked for deletion as pending deletion. (Inherited from BudgetControlTrackingUpdate.) |
| removeTracking | Marks the last budget tracking information for the BudgetSource record as pending deletion. (Inherited from BudgetControlTrackingUpdate.) |
| returnRemainingFunds | Gets all the remaining confirmed funds for the budget source. (Inherited from BudgetControlTrackingUpdate.) |
| 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. (Inherited from BudgetControlTrackingUpdate.) |
| trackBudgetSourceForReturnRemaining | Tracks the budget source for the returned budget. (Inherited from BudgetControlTrackingUpdate.) |
| trackLedgerDimension | Tracks the ledger dimension amount as a carry-forward amount. (Overrides the trackLedgerDimension Method.) |
| trackReturnLedgerDimension | Tracks the ledger dimension return detail. (Inherited from BudgetControlTrackingUpdate.) |
| trackSimulatingBudgetSource | Creates a BudgetSourceTracking record and its ledger dimension return funds details for the BudgetSource record that simulates another BudgetSource record. (Inherited from BudgetControlTrackingUpdate.) |
| 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 BudgetControlTrackingUpdateCarryforward class. |
Community Additions
ADD
Show: