BudgetPlanAllocateByPeriod Class [AX 2012]
The BudgetPlanAllocateByPeriod class manages the budget allocation by ledger period process.
| Method | Description | |
|---|---|---|
| calculateNewLineNumFactor | Calculates the new line number factor based on the source BudgetPlanLine record and the total number of lines present that will be allocated. (Inherited from BudgetPlanAllocate.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createBudgetPlanLines | Creates new budget plan lines based on the ledger allocation key and the source budget plan line. (Overrides the createBudgetPlanLines Method.) |
| createBudgetPlanLineSource | Creates a new BudgetPlanLineSource record based on the source BudgetPlanLineSource record. (Inherited from BudgetPlanAllocate.) |
| deletePrevAllocatedBudgetPlanLines | Deletes the previously allocated BudgetPlanLine records from the target budget plan scenario for the specified source BudgetPlanLine record. (Inherited from BudgetPlanAllocate.) |
| deleteSourceBudgetPlanLine | Deletes the BudgetPlanLine record when source and target scenarios are the same. (Inherited from BudgetPlanAllocate.) |
| determineDate | Calculates the date for the new budget plan lines by creating an instance of the Futures class that has the budget allocation starting date, frequency, and frequency code. |
| determineStartDate | Calculates the starting date before creating new budget plan lines by using the fixed field value of the LedgerAllocateKey buffer. |
| doDeletePrevAllocatedBudgetPlanLines | Determines whether the previously allocated BudgetPlanLine records from the target budget plan scenario should be deleted. (Overrides the doDeletePrevAllocatedBudgetPlanLines Method.) |
| doSetSourceBudgetPlanLine | Determines whether the association with the source budget plan line has to be set. (Overrides the doSetSourceBudgetPlanLine Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getNewLineCount | Determines the number of ledger allocation lines that are present for the given ledger allocate key. (Overrides the getNewLineCount Method.) |
| getNextLineNum | Calculates the next line number based on the current line number and the new line number factor. (Inherited from BudgetPlanAllocate.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the instance of the BudgetPlanAllocate class. (Overrides the initialize Method.) |
| initTargetBudgetPlanLine | Initializes the target BudgetPlanLine table buffer with the source BudgetPlanLine table buffer. (Inherited from BudgetPlanAllocate.) |
| new | Initializes a new instance of the BudgetPlanAllocate class. (Inherited from BudgetPlanAllocate.) |
| 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.) |
| process | Processes the allocation by period on the set of BudgetPlanLine records. (Overrides the process Method.) |
| 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.) |
| ::getAllocationKeyLookupQuery | Builds a query to retrieve a list of LedgerAllocateKey records. |
| ::ledgerAllocateKeyLookup | Generates a lookup for the ledger allocate key. |
| ::validatePeriodAllocationKey | Indicates whether the ledger allocate key is valid. |
Community Additions
ADD
Show: