Share via


PdsFormCtrl_PdsApprovedVendorList Class [AX 2012]

The PdsFormCtrl_PdsApprovedVendorList serves as a form control the PdsApprovedVendorList form.

Syntax

class PdsFormCtrl_PdsApprovedVendorList extends PmfFormCtrl

Run On

Called

Methods

  Method Description
Hh807328.pubmethod(en-us,AX.60).gif addSubFormCtrl Adds another PmfFormCtrl object as a sub-control. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif args Gets the arguments from the associated FormRun object. (Inherited from PmfFormCtrl.)
Hh807328.protmethod(en-us,AX.60).gif argsHaveNoRecord
Hh807328.pubmethod(en-us,AX.60).gif caller Gets a reference to the caller of the associated FormRun object. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif callerBuffer Gets the specified record buffer to the associated FormRun object. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh807328.pubmethod(en-us,AX.60).gif checkRecVersion Indicates whether the record version of the buffer is the same as the record version of the same record in the database. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif clearCache Clears the advanced caching. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceActivePost Executes after the standard code in the active form data source event. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceAVLExecuteQueryPre Sets filters and ranges on PdsApprovedVendorList record according to the parameters set on this class.
Hh807328.pubmethod(en-us,AX.60).gif dataSourceCreatePre Executes after the standard code in the create form data source event. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceDeletePost Executes after the standard code in the delete form data source event. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceInitPost Executes after the standard code in the init form data source event. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceInitValuePre Executes after the standard code in the initValue form data source event. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceInventTableExecuteQueryPre Filters InventTable records to the item in the current context.
Hh807328.pubmethod(en-us,AX.60).gif dataSourceLinkActivePost Executes after the standard code in the linkActive form data source event. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceLinkActivePre Executes before the standard code in the linkActive form data source event. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceValidateDelete Validates the deletion in a data source. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceValidateWrite Performs validation on a write to a data source. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceWritePost Executes after a write to a data source is performed. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif dataSourceWritePre Executes before a write to a data source is performed. (Inherited from PmfFormCtrl.)
Hh807328.protmethod(en-us,AX.60).gif datesQueryRangeFormat Gets the query range format for validFrom and validTo query range, according to the specified format arguments.
Hh807328.pubmethod(en-us,AX.60).gif determineButtonStates Implements advanced caching for specific rules. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif editHandlerFromDate Validates that the controls that are bound to the fromDate value.
Hh807328.pubmethod(en-us,AX.60).gif editHandlerIncludeNoExpiration Handler for edit method of controls bound to 'include records without expiration'.
Hh807328.pubmethod(en-us,AX.60).gif editHandlerToDate Handles the modification of controls that are bound to the toDate value.
Hh807328.protmethod(en-us,AX.60).gif enableDSField Enables or disables the specified field in the data source. (Inherited from PmfFormCtrl.)
Hh807328.protmethod(en-us,AX.60).gif enableFormControl Enables or disables the specified form control. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh807328.pubmethod(en-us,AX.60).gif fieldLookup Performs a lookup for a specified field. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif fieldModified Executes when a field is modified. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif fieldValidate Performs validation on a specified field. (Inherited from PmfFormCtrl.)
Hh807328.protmethod(en-us,AX.60).gif formCaption
Hh807328.privmethod(en-us,AX.60).gif formControlItemIdFilter
Hh807328.pubmethod(en-us,AX.60).gif formControlItemIdFilterModified Updates the ID of the item used as a range for the InventTable data source.
Hh807328.privmethod(en-us,AX.60).gif formControlItemName
Hh807328.privmethod(en-us,AX.60).gif getQueryRange
Hh807328.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh807328.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh807328.pubmethod(en-us,AX.60).gif initPost Calls additional functionality after the form has been initialized. (Overrides the initPost Method.)
Hh807328.pubmethod(en-us,AX.60).gif initPre Called before it executes the standard code in form event init method. (Overrides the initPre Method.)
Hh807328.pubmethod(en-us,AX.60).gif menuItemName Gets the command name that is defined in the arguments of the class. (Inherited from PmfFormCtrl.)
Hh807328.protmethod(en-us,AX.60).gif new Initializes a new instance of the PdsFormCtrl_PdsApprovedVendorList class. (Overrides the new Method.)
Hh807328.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.)
Hh807328.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.)
Hh807328.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh807328.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh807328.pubmethod(en-us,AX.60).gif parmAllowEdit Gets or sets the AllowEdit parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmBuffer Gets or sets the primary table buffer that this control will manage. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif parmFormDataSource Gets or sets the primary form data source that this control will manage. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif parmFormRun Gets or sets an instance of the FormRun class that this control will manage. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif parmFromDate Gets or sets the FromDate parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmIncludeNoExpiration Gets or sets the IncludeNoExpiration parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmItemId Gets or sets the ItemId parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmShowFilterIncludeNoExpiration Gets or sets the ShowFilterIncludeNoExpiration parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmShowFilterValidFrom Gets or sets the ShowFilterValidFrom parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmShowFilterValidTo Gets or sets the ShowFilterValidTo parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmShowFilterValidToAsOf Gets or sets the ShowFilterValidToAsOf parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmShowItemGrid Gets or sets the ShowItemGrid parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmShowItemHeader Gets or sets the ShowItemHeader parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmShowVendorGrid Gets or sets the ShowVendorGrid parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmShowVendorHeader Gets or sets the ShowVendorHeader parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmToDate Gets or sets the ToDate parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmValidFromShouldBeLastGridField Gets or sets the ValidFromShouldBeLastGridField parameter.
Hh807328.pubmethod(en-us,AX.60).gif parmVendorId Gets or sets the VendorId parameter.
Hh807328.protmethod(en-us,AX.60).gif refreshManager Refreshes all the buttons that are registered by using the FormButtonManager that is associated with this form control. (Inherited from PmfFormCtrl.)
Hh807328.protmethod(en-us,AX.60).gif registerCtrlRule Registers a handling rule for the current object. (Inherited from PmfFormCtrl.)
Hh807328.protmethod(en-us,AX.60).gif registerCtrlRuleNoGroup Registers a handling rule for the current object. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif runPre Executes before a call to the run method. (Inherited from PmfFormCtrl.)
Hh807328.pubmethod(en-us,AX.60).gif setDatasources Sets the data sources that are used in the rule computation process. (Inherited from PmfFormCtrl.)
Hh807328.protmethod(en-us,AX.60).gif setItemIdRange
Hh807328.protmethod(en-us,AX.60).gif setSorting Sets the sorting parameters for the main data source of the form.
Hh807328.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh807328.privmethod(en-us,AX.60).gif showFilterGroup
Hh807328.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh807328.protmethod(en-us,AX.60).gif updateDesign Updates the controls on the form. (Inherited from PmfFormCtrl.)
Hh807328.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.)
Hh807328.protmethod(en-us,AX.60).gif visibleDSField Indicates whether the specified field in the data source is visible. (Inherited from PmfFormCtrl.)
Hh807328.protmethod(en-us,AX.60).gif visibleFormControl Indicates whether the specified form control is displayed. (Overrides the visibleFormControl Method.)
Hh807328.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh807328.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh807328.pubmethod(en-us,AX.60).gif Hh807328.static(en-us,AX.60).gif ::construct Initializes a new instance of the PdsFormCtrl_PdsApprovedVendorList class.
Hh807328.pubmethod(en-us,AX.60).gif Hh807328.static(en-us,AX.60).gif ::newFromForm Creates a new instance of the PdsFormCtrl_PdsApprovedVendorList class based on a FormRun object.
Hh807328.pubmethod(en-us,AX.60).gif Hh807328.static(en-us,AX.60).gif ::newFromMenuItem Initiates a new class derived from PdsFormCtrl_PdsApprovedVendorList according to the menu item that was used to display the form.

Top

Inheritance Hierarchy

Object Class
  PmfFormCtrl Class
    PdsFormCtrl_PdsApprovedVendorList Class
      PdsFormCtrl_PdsApprovedVendorList_ByItem Class
      PdsFormCtrl_PdsApprovedVendorList_ByVend Class
      PdsFormCtrl_PdsApprovedVendorList_Expir Class