MCRDictTable Class [AX 2012]
The MCRDictTable class inspects and manipulates table application objects.
| Method | Description | |
|---|---|---|
| allowSecuritySetup | (Inherited from SysDictTable.) |
| AOSAuthSetting | Retrieves an AOSAuthorization system enumeration value that specifies the type of operation that a user can perform on a table, depending on the permissions of the user. (Inherited from DictTable.) |
| cacheLookup | Returns the record cache level for the table. (Inherited from DictTable.) |
| cacheSize | Returns the cache size for the table, in the number of records. (Inherited from DictTable.) |
| callObject | Calls the specified object method for a table. (Inherited from DictTable.) |
| callStatic | Calls the specified static method for a table. (Inherited from DictTable.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clusterIndex | Returns the ID of the clustered index for the table. (Inherited from DictTable.) |
| column2id | (Inherited from SysDictTable.) |
| columnCnt | (Inherited from SysDictTable.) |
| configurationKeyId | Returns the ID of the configuration key for the table. (Inherited from DictTable.) |
| dataPerPartition | Returns a value that indicates whether the data of the table is saved on a per-partition basis, and corresponds to the SaveDataPerPartition property of the table. (Inherited from DictTable.) |
| dataPrCompany | Returns a value that indicates whether the data of the table is saved on a per-company basis, and corresponds to the SaveDataPerCompany property of the table. (Inherited from DictTable.) |
| deleteActionCnt | Retrieves the number of delete actions for the table. (Inherited from DictTable.) |
| deleteActionRelation | (Inherited from DictTable.) |
| deleteActionTableId | Returns the table ID of a table's delete action that is specified by an index. (Inherited from DictTable.) |
| deleteActionType | Retrieves the type of a delete action for a table. (Inherited from DictTable.) |
| developerDocumentation | (Inherited from DictTable.) |
| developerDocumentationLabelId | (Inherited from DictTable.) |
| doesMethodExist | Checks whether a given method exists on the table. (Inherited from DictTable.) |
| enabled | Returns a value that indicates whether the table is enabled. (Inherited from DictTable.) |
| enforceRelationRules | (Inherited from DictTable.) |
| entityRelationshipType | (Inherited from DictTable.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| extendedBy | (Inherited from DictTable.) |
| extends | Returns the table ID of a base table. (Inherited from DictTable.) |
| fieldCnt | Returns the number of fields for a table. (Inherited from DictTable.) |
| fieldCnt2Id | Returns the field ID of the field that is specified by an index. (Inherited from DictTable.) |
| fieldCntWithoutSys | (Inherited from SysDictTable.) |
| fieldGroup | Returns the name of a field group that is specified by index. (Inherited from DictTable.) |
| fieldGroupCnt | Returns the number of field groups for the table. (Inherited from DictTable.) |
| fieldGroups | (Inherited from SysDictTable.) |
| fieldName | Returns the name of the field that is specified by field ID. (Inherited from DictTable.) |
| fieldName2Id | Returns the field ID of a field that is specified by name. (Inherited from DictTable.) |
| fieldNext | Returns the value of the next field ID during a field iteration of the table. (Inherited from DictTable.) |
| fieldObject | Creates an instance of the for the field specified by ID. (Inherited from SysDictTable.) |
| fieldOrigin2Id | (Inherited from DictTable.) |
| fields | Retrieves the fields that are in the table. (Inherited from SysDictTable.) |
| fieldSqlDefault | Returns the SQL default value for the field that is specified by field ID. (Inherited from DictTable.) |
| fieldsRecursive | Processes the fields recursively. (Inherited from SysDictTable.) |
| findAUniqueRelation | (Inherited from SysDictTable.) |
| findMethodInfo | Finds the specified method on the table. |
| findUniqueIndex | (Inherited from SysDictTable.) |
| firstUniqueIndex | (Inherited from SysDictTable.) |
| formRef | Returns the name of the default form for the table. (Inherited from DictTable.) |
| getCountryRegionCodes | (Inherited from DictTable.) |
| getCountryRegionContextField | (Inherited from DictTable.) |
| getIndexIdsOfUniqueOneFieldIndexes | (Inherited from SysDictTable.) |
| getLabelOrName | (Inherited from SysDictTable.) |
| getListOfDisplayMethods | (Inherited from SysDictTable.) |
| getRootConfigKeyLabel | Gets a label for the root configuration key. (Inherited from SysDictTable.) |
| getSerie | (Inherited from SysDictTable.) |
| getSourceExist | (Inherited from SysDictTable.) |
| getSourceFind | (Inherited from SysDictTable.) |
| getTableInheritanceHierarchy | Gets a list of table IDs in the inheritance hierarchy of the current table. (Inherited from SysDictTable.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValidTimeStateValidFromFieldId | (Inherited from DictTable.) |
| getValidTimeStateValidToFieldId | (Inherited from DictTable.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasRecidIdx | Returns a value that indicates whether a record ID index for the table is in effect. (Inherited from DictTable.) |
| hasSurrogateKey | (Inherited from DictTable.) |
| id | Returns the ID of the table. (Inherited from DictTable.) |
| indexCnt | Returns the number of indexes for the table. (Inherited from DictTable.) |
| indexCnt2Id | (Inherited from DictTable.) |
| indexes | (Inherited from SysDictTable.) |
| indexName | Returns the name of an index that is specified by the indexId parameter. (Inherited from DictTable.) |
| indexName2Id | Returns the ID of an index that is specified by name. (Inherited from DictTable.) |
| indexNext | Returns the value of the next index ID during an index iteration of the table. (Inherited from DictTable.) |
| indexObject | Creates an instance of the DictTable class for the index that is specified by ID. (Inherited from DictTable.) |
| indexUnique | Returns the ID of the unique index for the table. (Inherited from DictTable.) |
| instanceRelationType | (Inherited from DictTable.) |
| isAbstract | Indicates whether this table is abstract. (Inherited from DictTable.) |
| isBaseData | Indicates whether the table content is base data. (Inherited from DictTable.) |
| isDefaultData | Indicates whether the table contains default data. (Inherited from DictTable.) |
| isDerivedFrom | Indicates whether one table type derives from another. (Inherited from DictTable.) |
| isMap | Indicates whether the table is a map. (Inherited from DictTable.) |
| isMethodActual | (Inherited from SysDictTable.) |
| isRecordTemplateEnabled | (Inherited from SysDictTable.) |
| isRecordTemplatePromptSuppressed | Indicates whether the record template prompt should be suppressed for the given table. (Inherited from SysDictTable.) |
| isSql | Indicates whether the table is an SQL table. (Inherited from DictTable.) |
| isSQLTable | (Inherited from SysDictTable.) |
| isSystemTable | Indicates whether the table is a system table. (Inherited from DictTable.) |
| isTableInRelationships | (Inherited from SysDictTable.) |
| isTempDb | (Inherited from DictTable.) |
| isTitleField | (Inherited from SysDictTable.) |
| isTmp | Indicates whether the table is a temporary table. (Inherited from DictTable.) |
| isUnionAllView | (Inherited from DictTable.) |
| isValidTimeStateTable | (Inherited from DictTable.) |
| isView | Indicates whether the table is a view. (Inherited from DictTable.) |
| isVisible | (Inherited from SysDictTable.) |
| label | Returns the label text for the table. (Inherited from DictTable.) |
| labelDefined | Returns the value of the label property for the table. (Inherited from DictTable.) |
| labelLabelId | (Inherited from SysDictTable.) |
| listPageRef | (Inherited from DictTable.) |
| makeRecord | Creates a blank record for the table. (Inherited from DictTable.) |
| mapCnt | Returns the count of available table mappings for the map that is specified by this DictTable instance. (Inherited from DictTable.) |
| mapObject | Creates an instance of the [T: DictTableMap] class for a mapping that is specified by index. (Inherited from DictTable.) |
| maxAccessMode | Returns the value of the MaxAccessMode property for a table, as set in the AOT. (Inherited from DictTable.) |
| members | (Inherited from SysDictTable.) |
| methods | Retrieves a set of methods on the table. (Inherited from SysDictTable.) |
| methodsRecursive | Processes the methods recursively. (Inherited from SysDictTable.) |
| name | Retrieves the name of the table. (Inherited from DictTable.) |
| new | Initializes a new instance of the Object class. (Inherited from DictTable.) |
| 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.) |
| objectMethod | Returns the name of an instance method that is specified by index. (Inherited from DictTable.) |
| objectMethodCnt | Returns the number of instance methods for the table. (Inherited from DictTable.) |
| objectMethodObject | Returns an instance of the MethodInfo class for an object method that is specified by index. (Inherited from DictTable.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| occEnabled | Indicates whether the optimistic concurrency mode has been enabled for a table. (Inherited from DictTable.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| path | (Inherited from SysDictTable.) |
| primaryIndex | Returns the ID of the primary index for the table. (Inherited from DictTable.) |
| primaryKeyField | Returns the ID of the field that is used for the primary key of the table. (Inherited from DictTable.) |
| recIdCreateUniqueIndex | (Inherited from SysDictTable.) |
| recIdDropIndex | (Inherited from SysDictTable.) |
| recIdIndexname | (Inherited from SysDictTable.) |
| recordCount | (Inherited from SysDictTable.) |
| recordSize | (Inherited from SysDictTable.) |
| reindex | Performs a reindex of the table. (Inherited from DictTable.) |
| relation | Returns the name of a relation that is specified by index. (Inherited from DictTable.) |
| relationCnt | Returns the number of relations for the table. (Inherited from DictTable.) |
| relations | (Inherited from SysDictTable.) |
| reloadSecurity | Reloads the feature key system for the table. (Inherited from DictTable.) |
| replacementKey | (Inherited from DictTable.) |
| reportRef | Returns the name of the default report for the table. (Inherited from DictTable.) |
| rights | Returns the access rights of the current user that is specified for the table. (Inherited from DictTable.) |
| searchLinkRefName | Retrieves the name of the menu item that links to information on a website about a table record that is listed in the search results in Enterprise Portal for Microsoft Dynamics AX. (Inherited from DictTable.) |
| searchLinkRefType | Retrieves the type of the menu item that links to information on a website about a table record that is listed in the Enterprise Portal search results. (Inherited from DictTable.) |
| securityKeyId | Returns the ID of the security key for the table. (Inherited from DictTable.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| singularLabel | (Inherited from DictTable.) |
| staticMethod | Returns the name of a static method that is specified by index. (Inherited from DictTable.) |
| staticMethodCnt | Returns the number of static methods for the table. (Inherited from DictTable.) |
| staticMethodObject | Returns an instance of the MethodInfo class for a static method that is specified by index. (Inherited from DictTable.) |
| subTypes | Retrieves a collection of the sub types of this kind. (Inherited from SysDictTable.) |
| superMethodsTableId | Gets the method table ID. (Inherited from SysDictTable.) |
| superType | Retrieves the type of the base class of an object. (Inherited from SysDictTable.) |
| supportInheritance | (Inherited from DictTable.) |
| tableGroup | Returns the table group for a table. (Inherited from DictTable.) |
| tableType | Indicates the type of the table. (Inherited from DictTable.) |
| titleField1 | Returns the ID of the field that represents the titleField1 property of the table. (Inherited from DictTable.) |
| titleField2 | Returns the ID of the field that represents the titleField2 property of the table. (Inherited from DictTable.) |
| toString | Creates a string that represents the current object. (Inherited from SysDictTable.) |
| treeNode | (Inherited from SysDictTable.) |
| typeIcon | Retrieves the icon of the type. (Inherited from SysDictTable.) |
| typeName | Retrieves the name of the type. (Inherited from SysDictTable.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| utilElementType | (Inherited from SysDictTable.) |
| validRelationship | (Inherited from DictTable.) |
| visible | Determines whether the table is visible. (Inherited from DictTable.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| xmlDocumentation | (Inherited from SysDictTable.) |
| xmlDocumentationFromFile | (Inherited from SysDictTable.) |
| xmlDocumentationFromMethods | (Inherited from SysDictTable.) |
| xmlQualifiedName | (Inherited from SysDictTable.) |
| xmlReflection | (Inherited from SysDictTable.) |
| xmlReflectionApiData | (Inherited from SysDictTable.) |
| xmlReflectionContainers | (Inherited from SysDictTable.) |
| xmlReflectionElements | (Inherited from SysDictTable.) |
| xmlReflectionFamily | (Inherited from SysDictTable.) |
| xmlReflectionLabel | (Inherited from SysDictTable.) |
| xmlReflectionMembers | (Inherited from SysDictTable.) |
| xmlReflectionProperties | Reflects the XML properties. (Inherited from SysDictTable.) |
| xmlReflectionTypeData | (Inherited from SysDictTable.) |
Community Additions
ADD
Show: