BudgetPlanGenerateFormAsset Class [AX 2012]

The BudgetPlanGenerateFormAsset class supports the business logic of the BudgetPlanGenerate form.

Syntax

class BudgetPlanGenerateFormAsset extends BudgetPlanGenerateForm

Run On

Called

Methods

  Method Description
JJ755368.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif canClose Determines whether the BudgetPlanGenerate form can be closed. (Inherited from BudgetPlanGenerateForm.)
JJ755368.privmethod(en-us,AX.60).gif checkTargetBudgetPlanScenario
JJ755368.protmethod(en-us,AX.60).gif displayWarningMessage Displays the specified warning message. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ755368.protmethod(en-us,AX.60).gif getBudgetPlanningStageRecId Gets the BudgetPlanningStage record ID, based on the generate action. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif initControls Initializes the controls for the specified BudgetPlanGenerate form instance. (Inherited from BudgetPlanGenerateForm.)
JJ755368.protmethod(en-us,AX.60).gif initControlSet Initializes the control set for the class. (Overrides the initControlSet Method.)
JJ755368.pubmethod(en-us,AX.60).gif initForm Initializes the class for the specified BudgetPlanGenerate form instance. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif lookupReferenceBudgetPlanDocNumber Performs the lookup of the BudgetPlanDocumentNumber control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif lookupReferenceBudgetPlanningProcess Performs the lookup of the BudgetPlanningProcess control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif lookupReferenceResponsibilityCenter Performs the lookup of the ResponsibilityCenter control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif lookupReferenceTargetBudgetPlanScenario Performs the lookup of the budget plan scenario control. (Overrides the lookupReferenceTargetBudgetPlanScenario Method.)
JJ755368.pubmethod(en-us,AX.60).gif 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.)
JJ755368.pubmethod(en-us,AX.60).gif modifiedBudgetPlanningProcess Sets the default value of the ledger control on the modification of budget planning process. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif modifiedBudgetPlanTransferType Sets the default value of the controls on the modification of budget plan generate type field. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif modifiedResponsibilityCenter Sets the default value of the ledger control on the modification of budget planning process. (Inherited from BudgetPlanGenerateForm.)
JJ755368.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetPlanGenerateForm class. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif parmBudgetPlanGenerateContract Gets or sets the BudgetPlanGenerateContract parameter. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif parmBudgetPlanGenerateController Gets or sets the BudgetPlanGenerateController parameter. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif restoreLastSavedControlValues Sets the value on all controls to the values that are stored on the contract. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif saveControlValue Saves the value of the passed-in form control to the appropriate class variable. (Overrides the saveControlValue Method.)
JJ755368.pubmethod(en-us,AX.60).gif saveControlValues Saves the current value for each control to the contract that contains that control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif 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.)
JJ755368.protmethod(en-us,AX.60).gif setDefaultBudgetPlanPreparer Sets the default value for the budgetPlanPreparerControl form control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif setDefaultControlValues Sets the default values for the form controls. (Inherited from BudgetPlanGenerateForm.)
JJ755368.protmethod(en-us,AX.60).gif setDefaultFactor Sets the default value for the factorControl form control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.protmethod(en-us,AX.60).gif setDefaultSourceLedgerSource Sets the default value for the GeneralLedgerJournalSource_LedgerSourceControl control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.protmethod(en-us,AX.60).gif setFormControl Sets the class reference for the specified form control. (Overrides the setFormControl Method.)
JJ755368.protmethod(en-us,AX.60).gif setInstructionText Sets the instruction text for the form. (Overrides the setInstructionText Method.)
JJ755368.protmethod(en-us,AX.60).gif setMandatoryControls Sets the controls as mandatory in the BudgetPlanGenerate form. (Overrides the setMandatoryControls Method.)
JJ755368.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ755368.protmethod(en-us,AX.60).gif setVisibleControls Sets the control visibility for the BudgetPlanGenerate form. (Overrides the setVisibleControls Method.)
JJ755368.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif validateBudgetPlanDocumentNumber Validates the value of the budget planning document number control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif validateBudgetPlanningProcess Validates the value of the budget planning process control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif validateBudgetPlanPreparer Validates the value of the budget plan preparer control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.protmethod(en-us,AX.60).gif validateCanClose Validates that the BudgetPlanGenerate form can be closed. (Overrides the validateCanClose Method.)
JJ755368.pubmethod(en-us,AX.60).gif validateFactorField Validates the value of the budget plan factor control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif validateResponsibilityCenter Validates the value of the responsibility center control. (Inherited from BudgetPlanGenerateForm.)
JJ755368.pubmethod(en-us,AX.60).gif validateTargetBudgetPlanScenario Validates the value of the budget plan scenario control. (Overrides the validateTargetBudgetPlanScenario Method.)
JJ755368.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ755368.pubmethod(en-us,AX.60).gif JJ755368.static(en-us,AX.60).gif ::construct Creates an instance of the BudgetPlanGenerateFormAsset class.

Top

Inheritance Hierarchy

Object Class
  BudgetPlanGenerateForm Class
    BudgetPlanGenerateFormAsset Class