BudgetPlanGenerateForm Class [AX 2012]
The BudgetPlanGenerateForm class supports the business logic of the BudgetPlanGenerate form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canClose | Determines whether the BudgetPlanGenerate form can be closed. |
| displayWarningMessage | Displays the specified warning message. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getBudgetPlanningStageRecId | Gets the BudgetPlanningStage record ID, based on the generate action. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initControls | Initializes the controls for the specified BudgetPlanGenerate form instance. |
| initControlSet | Initializes the control set for the class. |
| initForm | Initializes the class for the specified BudgetPlanGenerate form instance. |
| lookupReferenceBudgetPlanDocNumber | Performs the lookup of the BudgetPlanDocumentNumber control. |
| lookupReferenceBudgetPlanningProcess | Performs the lookup of the BudgetPlanningProcess control. |
| lookupReferenceResponsibilityCenter | Performs the lookup of the ResponsibilityCenter control. |
| lookupReferenceTargetBudgetPlanScenario | Performs the lookup of the budget plan scenario control. |
| modifiedBudgetPlanDocumentNumber | Sets the default values of the name, responsibility center, and budget plan preparer controls on the modification of budget plan document number. |
| modifiedBudgetPlanningProcess | Sets the default value of the ledger control on the modification of budget planning process. |
| modifiedBudgetPlanTransferType | Sets the default value of the controls on the modification of budget plan generate type field. |
| modifiedResponsibilityCenter | Sets the default value of the ledger control on the modification of budget planning process. |
| new | Initializes a new instance of the BudgetPlanGenerateForm 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.) |
| parmBudgetPlanGenerateContract | Gets or sets the BudgetPlanGenerateContract parameter. |
| parmBudgetPlanGenerateController | Gets or sets the BudgetPlanGenerateController parameter. |
| restoreLastSavedControlValues | Sets the value on all controls to the values that are stored on the contract. |
| saveControlValue | Saves the value of the passed-in form control to the appropriate class variable. |
| saveControlValues | Saves the current value for each control to the contract that contains that control. |
| setControlValue | Sets the value of the passed-in form control to the value that is stored on the appropriate class variable. |
| setDefaultBudgetPlanPreparer | Sets the default value for the budgetPlanPreparerControl form control. |
| setDefaultControlValues | Sets the default values for the form controls. |
| setDefaultFactor | Sets the default value for the factorControl form control. |
| setDefaultSourceLedgerSource | Sets the default value for the GeneralLedgerJournalSource_LedgerSourceControl control. |
| setFormControl | Sets the class reference for the specified form control. |
| setInstructionText | Sets the instruction text for the form. |
| setMandatoryControls | Sets the controls as mandatory in the BudgetPlanGenerate form. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setVisibleControls | Sets the control visibility for the BudgetPlanGenerate form. |
| 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.) |
| validateBudgetPlanDocumentNumber | Validates the value of the budget planning document number control. |
| validateBudgetPlanningProcess | Validates the value of the budget planning process control. |
| validateBudgetPlanPreparer | Validates the value of the budget plan preparer control. |
| validateCanClose | Validates that the BudgetPlanGenerate form can be closed. |
| validateFactorField | Validates the value of the budget plan factor control. |
| validateResponsibilityCenter | Validates the value of the responsibility center control. |
| validateTargetBudgetPlanScenario | Validates the value of the budget plan scenario control. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::lookupReferenceFiscalYear | Performs the lookup of the fiscal calendar year control. |
| ::newFromContract | Returns an instance of the BudgetPlanGenerateForm form runner class, based upon the type of BudgetPlanGenerateContract class that is passed in. |
Community Additions
ADD
Show: