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