BudgetPlanGenerateFormAsset Class [AX 2012]
The BudgetPlanGenerateFormAsset 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. (Inherited from BudgetPlanGenerateForm.) |
| checkTargetBudgetPlanScenario | |
| displayWarningMessage | Displays the specified warning message. (Inherited from BudgetPlanGenerateForm.) |
| 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. (Inherited from BudgetPlanGenerateForm.) |
| 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. (Inherited from BudgetPlanGenerateForm.) |
| initControlSet | Initializes the control set for the class. (Overrides the initControlSet Method.) |
| initForm | Initializes the class for the specified BudgetPlanGenerate form instance. (Inherited from BudgetPlanGenerateForm.) |
| lookupReferenceBudgetPlanDocNumber | Performs the lookup of the BudgetPlanDocumentNumber control. (Inherited from BudgetPlanGenerateForm.) |
| lookupReferenceBudgetPlanningProcess | Performs the lookup of the BudgetPlanningProcess control. (Inherited from BudgetPlanGenerateForm.) |
| lookupReferenceResponsibilityCenter | Performs the lookup of the ResponsibilityCenter control. (Inherited from BudgetPlanGenerateForm.) |
| lookupReferenceTargetBudgetPlanScenario | Performs the lookup of the budget plan scenario control. (Overrides the lookupReferenceTargetBudgetPlanScenario Method.) |
| modifiedBudgetPlanDocumentNumber | Sets the default values of the name, responsibility center, and budget plan preparer controls on the modification of budget plan document number. (Inherited from BudgetPlanGenerateForm.) |
| modifiedBudgetPlanningProcess | Sets the default value of the ledger control on the modification of budget planning process. (Inherited from BudgetPlanGenerateForm.) |
| modifiedBudgetPlanTransferType | Sets the default value of the controls on the modification of budget plan generate type field. (Inherited from BudgetPlanGenerateForm.) |
| modifiedResponsibilityCenter | Sets the default value of the ledger control on the modification of budget planning process. (Inherited from BudgetPlanGenerateForm.) |
| new | Initializes a new instance of the BudgetPlanGenerateForm class. (Inherited from BudgetPlanGenerateForm.) |
| 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. (Inherited from BudgetPlanGenerateForm.) |
| parmBudgetPlanGenerateController | Gets or sets the BudgetPlanGenerateController parameter. (Inherited from BudgetPlanGenerateForm.) |
| restoreLastSavedControlValues | Sets the value on all controls to the values that are stored on the contract. (Inherited from BudgetPlanGenerateForm.) |
| saveControlValue | Saves the value of the passed-in form control to the appropriate class variable. (Overrides the saveControlValue Method.) |
| saveControlValues | Saves the current value for each control to the contract that contains that control. (Inherited from BudgetPlanGenerateForm.) |
| setControlValue | Sets the value of the passed-in form control to the value that is stored on the appropriate class variable. (Overrides the setControlValue Method.) |
| setDefaultBudgetPlanPreparer | Sets the default value for the budgetPlanPreparerControl form control. (Inherited from BudgetPlanGenerateForm.) |
| setDefaultControlValues | Sets the default values for the form controls. (Inherited from BudgetPlanGenerateForm.) |
| setDefaultFactor | Sets the default value for the factorControl form control. (Inherited from BudgetPlanGenerateForm.) |
| setDefaultSourceLedgerSource | Sets the default value for the GeneralLedgerJournalSource_LedgerSourceControl control. (Inherited from BudgetPlanGenerateForm.) |
| setFormControl | Sets the class reference for the specified form control. (Overrides the setFormControl Method.) |
| setInstructionText | Sets the instruction text for the form. (Overrides the setInstructionText Method.) |
| setMandatoryControls | Sets the controls as mandatory in the BudgetPlanGenerate form. (Overrides the setMandatoryControls Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setVisibleControls | Sets the control visibility for the BudgetPlanGenerate form. (Overrides the setVisibleControls Method.) |
| 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. (Inherited from BudgetPlanGenerateForm.) |
| validateBudgetPlanningProcess | Validates the value of the budget planning process control. (Inherited from BudgetPlanGenerateForm.) |
| validateBudgetPlanPreparer | Validates the value of the budget plan preparer control. (Inherited from BudgetPlanGenerateForm.) |
| validateCanClose | Validates that the BudgetPlanGenerate form can be closed. (Overrides the validateCanClose Method.) |
| validateFactorField | Validates the value of the budget plan factor control. (Inherited from BudgetPlanGenerateForm.) |
| validateResponsibilityCenter | Validates the value of the responsibility center control. (Inherited from BudgetPlanGenerateForm.) |
| validateTargetBudgetPlanScenario | Validates the value of the budget plan scenario control. (Overrides the validateTargetBudgetPlanScenario Method.) |
| 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 BudgetPlanGenerateFormAsset class. |
Community Additions
ADD
Show: