BudgetPlanGenerateFormGenJour Class [AX 2012]
The BudgetPlanGenerateFormForGenJour 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.) |
| displayWarningMessage | Displays the specified warning message. (Inherited from BudgetPlanGenerateForm.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fiscalPeriodModified | Performs the validation on the fiscal period modification. |
| fiscalYearModified | Sets the value of fiscal period fields based on the modification of fiscal calendar year. |
| 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.) |
| initAccountTypeControl | Initializes the AccountTypeControl list control. |
| initControls | Initializes the controls for the specified BudgetPlanGenerate form instance. (Overrides the initControls Method.) |
| 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.) |
| jumpRefGL_FiscalEndPeriod | Sets the form that the user should be directed to when clicking the control value. |
| jumpRefGL_FiscalStartPeriod | Sets the form that the user should be directed to when clicking the control value. |
| jumpRefGL_FiscalYear | Sets the form that the user should be directed to when clicking the control value. |
| lookupReferenceBudgetPlanDocNumber | Performs the lookup of the BudgetPlanDocumentNumber control. (Inherited from BudgetPlanGenerateForm.) |
| lookupReferenceBudgetPlanningProcess | Performs the lookup of the BudgetPlanningProcess control. (Inherited from BudgetPlanGenerateForm.) |
| lookupReferenceGL_FiscalEndPeriod | Performs the lookup for the GeneralJournalSource_FiscalEndPeriod control. |
| lookupReferenceGL_FiscalStartPeriod | Performs the lookup for the GeneralJournalSource_FiscalStartPeriod control. |
| lookupReferenceGL_FiscalYear | Performs the lookup for the GeneralJournalSource_FiscalYear control. |
| 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.) |
| modifiedGL_FiscalYear | Updates other form controls when the GeneralJournalSource_FiscalYearControl control is modified. |
| modifiedIsHistoricalControl | Sets default values based on the value of the target field being modified. |
| 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 BudgetPlanGenerateFormGenJour class. (Overrides the new Method.) |
| 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.) |
| resolveReferenceGL_FiscalEndPeriod | Finds the FiscalCalendarPeriod record based on user selection. |
| resolveReferenceGL_FiscalStartPeriod | Resolves the reference for the value selected on the GeneralLedgerJournalSource_FiscalStartPeriodControl control. |
| resolveReferenceGL_FiscalYear | Resolves the reference for the value selected on the GeneralLedgerJournalSource_FiscalYearControl control. |
| restoreLastSavedControlValues | Sets the value on all controls to the values stored on the contract. (Overrides the restoreLastSavedControlValues Method.) |
| saveAccountTypeControlValue | Saves the value of the passed-in FormListControl control to the appropriate class variable. |
| 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.) |
| setAccountTypeControlValue | Sets the value of the passed-in FormListControl control to the value in the appropriate class variable. |
| setControlValue | Sets the value of the passed-in form control to the value 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. (Overrides the setDefaultControlValues Method.) |
| setDefaultFactor | Sets the default value for the factorControl form control. (Inherited from BudgetPlanGenerateForm.) |
| setDefaultHistorical | Sets the default value for the historicalControl form control. |
| setDefaultSourceGenJourFiscalEndPeriod | Sets the default value for the GeneralJournalSource_FiscalEndPeriodControl control. |
| setDefaultSourceGenJourFiscalStartPeriod | Sets the default value for the GeneralJournalSource_FiscalStartPeriodControl control. |
| 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 on 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 | Performs the validation on the contract data. (Overrides the validateCanClose Method.) |
| validateFactorField | Validates the value of the budget plan factor control. (Inherited from BudgetPlanGenerateForm.) |
| validateHistoricalControl | Validates the historicalControl control. |
| 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 | Initializes a new instance of the BudgetPlanGenerateFormGenJour class. |
Community Additions
ADD
Show: