BudgetPlanAllocateHelper Class [AX 2012]
The BudgetPlanAllocateHelper class provides helper methods to use to allocate budget plan data.
| Method | Description | |
|---|---|---|
| allocateLines | Performs the budget plan allocation. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canPerformAllocation | Determines whether the allocation process can be performed. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getBudgetPlanAllocateRequest | Gets an instance of the BudgetPlanAllocateRequest class. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWarningMessage | Determines the warning message to be shown on the specified allocation type. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isAllocationTermRequired | Determines whether the allocate term is required for allocation. |
| isBasisScenarioRequired | Determines whether the basis scenario is required for allocation. |
| isLedgerAllocationRuleRequired | Determines whether the ledger allocation rule is required for allocation. |
| isLedgerRequired | Determines whether the ledger is required for allocation. |
| isSourceScenarioRequired | Determines whether the source scenario is required for allocation. |
| isTargetScenarioRequired | Determines whether the target scenario is required for allocation. |
| new | Initializes a new instance of the BudgetPlanAllocateHelper 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.) |
| parmBasisBudgetPlanScenarioRecId | Gets or sets the BasisBudgetPlanScenarioRecId parameter. |
| parmBudgetAllocationTermId | Gets or sets the BudgetAllocationTermId parameter. |
| parmBudgetPlanAllocateType | Gets or sets the BudgetPlanAllocateType parameter. |
| parmBudgetPlanLine | Gets or sets the BudgetPlanLine parameter. |
| parmCanAddlinesOnParent | Gets or sets the CanAddlinesOnParent parameter. |
| parmFactor | Gets or sets the Factor parameter. |
| parmLedgerAllocateKeyId | Gets or sets the LedgerAllocateKeyId parameter. |
| parmLedgerAllocationRuleID | Gets or sets the LedgerAllocationRuleID parameter. |
| parmLegalEntityRecId | Gets or sets the LegalEntityRecId parameter. |
| parmParentBudgetPlanHeaderRecId | Gets or sets the ParentBudgetPlanHeaderRecId parameter. |
| parmSelectedPlanLines | Gets or sets the SelectedPlanLines parameter. |
| parmSourceBudgetPlanScenarioRecId | Gets or sets the SourceBudgetPlanScenarioRecId parameter. |
| parmTargetBudgetPlanScenarioRecId | Gets or sets the TargetBudgetPlanScenarioRecId parameter. |
| 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.) |
| validate | Determines whether the budget plan allocation request is valid. |
| validateBudgetPlanAllocateType | Validates the modification of the BudgetPlanAllocateType field. |
| validateSourceBudgetPlanScenario | Validates the source budget plan scenario. |
| validateTargetBudgetPlanScenario | Validates the target budget plan scenario. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::allocateByAllocationSchedule | Allocates the budget plan by using the specified allocation schedule. |
| ::allocateByStageAllocation | Allocates the budget plan by using the current workflow stage allocation schedule. |
| ::construct | Initializes a new instance of the BudgetPlanAllocateHelper class. |
| ::getBudgetPlanLines | Gets the budget plan lines for the specified budget plan header and budget plan scenario. |
Community Additions
ADD
Show: