MCRSysTableLookup Class [AX 2012]

The MCRSysTableLookup class is used to facilitate the creation of run-time look ups with display methods.

class MCRSysTableLookup extends SysTableLookup

Run On

Client

  MethodDescription
Dn691298.protmethod(en-us,AX.60).gif addFilter Filters the specified lookup form by the current value of the callingControl. (Inherited from SysTableLookupBase.)
Dn691298.pubmethod(en-us,AX.60).gif addLookupControl (Inherited from SysTableLookup.)
Dn691298.protmethod(en-us,AX.60).gif addLookupControl_Internal (Inherited from SysTableLookupBase.)
Dn691298.pubmethod(en-us,AX.60).gif addLookupfield Adds a field to the look up and marks the field as not being a method. (Overrides the addLookupfield Method.)
Dn691298.protmethod(en-us,AX.60).gif addLookupfield_Internal (Inherited from SysTableLookupBase.)
Dn691298.pubmethod(en-us,AX.60).gif addLookupMethod Adds a field to the grid with the data shown in the field being obtained from the method specified. (Overrides the addLookupMethod Method.)
Dn691298.protmethod(en-us,AX.60).gif addMethodControl (Inherited from SysTableLookupBase.)
Dn691298.pubmethod(en-us,AX.60).gif addSelectionField (Inherited from SysTableLookupBase.)
Dn691298.protmethod(en-us,AX.60).gif buildAdditionalFormDataSources Specifies additional data sources on the form. (Inherited from SysTableLookupBase.)
Dn691298.protmethod(en-us,AX.60).gif buildArgs Specifies additional properties of the arguments. (Inherited from SysTableLookupBase.)
Dn691298.protmethod(en-us,AX.60).gif buildControlsFinal Specifies the additional controls on the form. (Inherited from SysTableLookupBase.)
Dn691298.protmethod(en-us,AX.60).gif buildFormDesign Specifies the design of the lookup form. (Inherited from SysTableLookupBase.)
Dn691298.protmethod(en-us,AX.60).gif buildFormGridDesign Specifies the design of the Form Grid Control of the lookup form. (Inherited from SysTableLookupBase.)
Dn691298.protmethod(en-us,AX.60).gif buildGrid Builds a look up grid of both field and display methods. (Overrides the buildGrid Method.)
Dn691298.protmethod(en-us,AX.60).gif buildSelectionList Builds the selection field list of the lookup query. (Overrides the buildSelectionList Method.)
Dn691298.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn691298.protmethod(en-us,AX.60).gif configureLookupDataSource Configures the data source of the lookup form. (Inherited from SysTableLookupBase.)
Dn691298.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn691298.protmethod(en-us,AX.60).gif formRun Constructs the form to use as the lookup form. (Overrides the formRun Method.)
Dn691298.protmethod(en-us,AX.60).gif getFormControlType Retrieves a form control type based on the display method's return value.
Dn691298.protmethod(en-us,AX.60).gif getSelectionFieldsSet Gets the set that contains all fields that should be explicitly added to the look up query.
Dn691298.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn691298.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn691298.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn691298.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.)
Dn691298.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.)
Dn691298.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn691298.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn691298.pubmethod(en-us,AX.60).gif parmCallingControl Gets or sets the CallingControl parameter. (Inherited from SysTableLookupBase.)
Dn691298.pubmethod(en-us,AX.60).gif parmQuery Gets or sets the Query parameter. (Inherited from SysTableLookupBase.)
Dn691298.protmethod(en-us,AX.60).gif parmTableId Gets or sets the TableId parameter. (Overrides the parmTableId Method.)
Dn691298.pubmethod(en-us,AX.60).gif parmTmpBuffer Gets or sets the TmpBuffer parameter. (Inherited from SysTableLookupBase.)
Dn691298.pubmethod(en-us,AX.60).gif parmUseLookupValue Indicates whether the current value of the callingControl control should be used to set the for the first time selected record in the lookup form. (Inherited from SysTableLookupBase.)
Dn691298.pubmethod(en-us,AX.60).gif performFormLookup (Inherited from SysTableLookup.)
Dn691298.pubmethod(en-us,AX.60).gif setLabel (Inherited from SysTableLookupBase.)
Dn691298.protmethod(en-us,AX.60).gif setSelectMode (Inherited from SysTableLookupBase.)
Dn691298.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn691298.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn691298.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.)
Dn691298.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn691298.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn691298.pubmethod(en-us,AX.60).gif Dn691298.static(en-us,AX.60).gif ::construct Retuns a new instance of the MCRSysTableLookup class.
Dn691298.pubmethod(en-us,AX.60).gif Dn691298.static(en-us,AX.60).gif ::filterLookupIntPostRun Simulates the code that is performed in the kernel to enable filtering to work correctly in custom lookup forms.
Dn691298.pubmethod(en-us,AX.60).gif Dn691298.static(en-us,AX.60).gif ::filterLookupIntPreRun Simulates the code that is performed in the kernel to enable filtering to work correctly in custom lookup forms.
Dn691298.pubmethod(en-us,AX.60).gif Dn691298.static(en-us,AX.60).gif ::newParameters Instantiates a new MCRSysTableLookup object.
Top

Creates a look up form/grid with fields displaying data from display methods.

Based on class SysTableLookup.

Community Additions

ADD
Show: