SysTableFieldLookup Class [AX 2012]
The SysTableFieldLookup class builds the lookup for a table list.
| Method | Description | |
|---|---|---|
| addDataAreaIdtoLookup | Adds the DataAreaId field value from the CompanyInfo table to the lookup. |
| buildAllFields | Builds a list of the fields for the specified table ID. |
| buildForeignKeyFields | Builds a list of the foreign key fields from the specified table ID. |
| buildForeignKeyQueryFields | Builds a list of the foreign key fields. |
| buildQueryFields | Builds a list of fields on which a filter can be applied. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| dataSourceLoad | Builds and inserts the table record from the specified query data source. |
| dataSourcesLoad | Builds a list of the tables in the query. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAllFields | Gets the record buffer that contains the lookup fields. |
| getAllFieldsCount | Gets a count of the records in the temporary table. |
| getAllTables | Gets the record buffer that contains the lookup tables. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initDataSource | Initializes the value in the TmpSysTableField table. |
| isLegalEntityLookupRequired | Determines whether a lookup is required for a legal entity field. |
| new | Initializes the instance of the SysTableFieldLookup class. |
| 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.) |
| parmBaseTableName | Gets or sets the BaseTableName parameter. |
| parmHideImages | Gets or sets the HideImages parameter. |
| parmRestrictedTypes | Gets or sets the Set value that contains restricted base types. |
| parmSelectedRecord | Gets or sets the selected record in the lookup. |
| performForeignKeyLookupField | Opens a lookup of fields that can be filtered. |
| performLegalEntityLookupField | Opens a lookup of fields that can be filtered. |
| performLookupField | Opens a lookup of fields that can be filtered. |
| performLookupTable | Opens a lookup of fields that can be filtered. |
| 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.) |
| ::foreignKeyFieldList | Builds a list of foreign key fields. |
Community Additions
ADD
Show: