BudgetPlanningProcessSetup Class [AX 2012]
The BudgetPlanningProcessSetup class provides information for BudgetPlanningProcessBudgetPlanningStageRuleBudgetPlanPriorityConstraintBudgetPlanAttachmentDirectoryBudgetPlanningProcessAdministration tables.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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 BudgetPlanningProcessSetup 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.) |
| 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.) |
| ::activateProcess | Creates the BudgetPlanningProcess record by setting the process approval state to in process. |
| ::activeProcessCount | Determines the count of the active processes. |
| ::changeProcessState | Changes the BudgetPlanningProcess approval state. |
| ::construct | Initializes a new instance of the BudgetPlanningProcessSetup class. |
| ::createAllProcessStageRules | Creates BudgetPlanningStageRule records that are associated to a BudgetPlanningProcess record and a BudgetPlanningWorkflow record. |
| ::createProcessAdministration | Creates a BudgetPlanningProcessAdministration record that is associated with the budgeting organization structure for a budget planning process. |
| ::deactivateProcess | Deactivates the BudgetPlanningProcess record by setting the process approval state to draft. |
| ::deleteAllProcessAdministrationForProcess | Deletes all BudgetPlanningProcessAdministration records associated with BudgetPlanningProcess record. |
| ::deleteAllProcessStageRules | Deletes all BudgetPlanningStageRule records that are associated to the specified BudgetPlanningProcess record and delete all BudgetPlanningWorkflowStage records associated with the specified BudgetPlanningWorkflow record. |
| ::deleteAndCreateAllProcessStageRules | Deletes and creates all BudgetPlanningStageRule records that are associated to a BudgetPlanningProcess record. |
| ::existsBudgetPlanForBudgetPlanningProcess | Indicates whether an unapproved or draft BudgetPlanHeader record exist for the specified BudgetPlanningProcess reference. |
| ::findActiveProcess | Finds the BudgetPlanningProcess record with an active approval state. |
| ::getLedgerRecId | Gets the record ID of the Ledger table that is based on the BudgetPlanHeader record which is being used in the current budget plan process. |
| ::isProcessActive | Indicates whether the BudgetPlanningProcess record ID passed in belongs to an active process. |
| ::lookupBudgetPlanAttachmentDirectory | Performs the lookup for the BudgetPlanAttachmentDirectory records. |
| ::lookupBudgetPlanTemplate | Performs the lookup for the BudgetPlanTemplate records. |
| ::lookupOrganizationHierarchyType | Performs the lookup for the OMHierarchyType records. |
| ::setBudgetPlanningAdministrationWorkflow | Sets the BudgetingOrganization field of a BudgetPlanningProcessAdministration record. |
| ::validateBudgetPlanningProcessDelete | Verifies BudgetPlanningProcess before delete. |
| ::validateForActivation | Checks if the required fields are set. |
Community Additions
ADD
Show: