SysDictField Class [AX 2012]
| Method | Description | |
|---|---|---|
| aliasFor | Returns the ID of the alias field, if the field is an alias for another field. (Inherited from DictField.) |
| alignment | (Inherited from DictField.) |
| allowEdit | (Overrides the allowEdit Method.) |
| allowEditOnCreate | (Overrides the allowEditOnCreate Method.) |
| analysisDefaultTotal | |
| aosAuthorization | (Inherited from DictField.) |
| aotAllowEdit | |
| aotAllowEditOnCreate | |
| aotVisible | |
| arrayIndex | (Inherited from DictField.) |
| arraySize | Returns the array size for the field (in other words, the array size of the underlying extended data type). (Inherited from DictField.) |
| baseType | Returns the base type of the field, such as string, real, integer, date, time, enum, or container. (Inherited from DictField.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| configurationKeyId | Returns the ID of the configuration key for the field. (Inherited from DictField.) |
| configurationKeyIdDefined | |
| currencyCode | |
| currencyCodeField | |
| currencyCodeTable | |
| currencyDate | |
| currencyDateField | |
| currencyDateTable | |
| dateTimeTimeZoneRuleFieldName | (Inherited from DictField.) |
| displaceNegative | |
| displayHeight | (Inherited from DictField.) |
| displayLength | (Overrides the displayLength Method.) |
| enumId | Returns the ID of the enumeration if the field is based on an enumeration. (Inherited from DictField.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| extendedFieldId | |
| fieldSize | |
| findTreeNode | |
| flags | Returns an integer that defines the properties of the field. The flag values, such as DBF_MANDATORY, are defined in the DictField macro. (Inherited from DictField.) |
| getCountryRegionCodes | (Inherited from DictField.) |
| getCountryRegionContextField | (Inherited from DictField.) |
| getPath | Gets a value from a table in the path. |
| getPrimaryTableForSurrogateField | (Inherited from DictField.) |
| getSourceType | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| gotoMainTableMenuFunction | |
| groupPrompt | Returns the groupPrompt value for the field. (Inherited from DictField.) |
| groupPromptDefined | Returns the value of the groupPrompt property for the field. (Inherited from DictField.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| help | Returns the Help text that is displayed for the field. (Inherited from DictField.) |
| helpDefined | Returns the value of the help property for the field. (Inherited from DictField.) |
| helpLabelId | |
| id | Returns the ID of the field. (Inherited from DictField.) |
| image | |
| isBaseCurrencyCodeFieldDerivedFrom | |
| isBaseCurrencyDateFieldDerivedFrom | |
| isDerivedFrom | |
| isDimensionField | Checks whether the current field is a dimension field. |
| isFieldReplacementKey | Checks whether a field is a replacement key index. |
| isIgnoreEDTRelation | (Inherited from DictField.) |
| isIndexField | Indicates whether the current field is indexed. |
| isMonocased | Returns a value that indicates whether the database requires that the field be monocase. (Inherited from DictField.) |
| isSecureField | Indicates whether this field has access to any task. |
| isSql | Returns a value that indicates whether the field is in the SQL database. (Inherited from DictField.) |
| isSurrogateForeignKey | (Inherited from DictField.) |
| isSystem | Returns a value that indicates whether the field is a system field. (Inherited from DictField.) |
| isUnique | |
| isUserEnabled | |
| label | Returns the label for the field. (Inherited from DictField.) |
| labelDefined | Returns the value of the label property for the field. (Inherited from DictField.) |
| labelLabel | |
| mandatory | (Overrides the mandatory Method.) |
| maxAccessMode | |
| name | Returns the name of the field. (Inherited from DictField.) |
| new | Initializes a new instance of the Object class. (Inherited from DictField.) |
| 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.) |
| nullValue | |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| origin | (Inherited from DictField.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| path | |
| qualifiedLabel | (Inherited from DictField.) |
| relatedTableName | (Inherited from DictField.) |
| relationContext | (Inherited from DictField.) |
| relationObject | Returns a DictRelation object for the field if the field is based on an extended data type that has a relation. (Inherited from DictField.) |
| rightAligned | |
| rights | Returns the access rights for the current user that are specified for the field. (Inherited from DictField.) |
| saveContents | |
| setLookupMode | (Inherited from DictField.) |
| setSFKAutoAuthorizationMode | (Inherited from DictField.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| stringLen | Returns the string size of the field if the base type of the field is a string. (Inherited from DictField.) |
| tableid | Returns the ID of the table that contains the field. (Inherited from DictField.) |
| tableName | |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| treeNode | |
| type | Returns the data type of the field. (Inherited from DictField.) |
| typeId | Returns the ID of the extended data type if the field is based on an extended data type. (Inherited from DictField.) |
| typeName | Gets the name of the extended data type or enumeration variable defining the field. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| userType | |
| visible | (Overrides the visible Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| xmlQualifiedName | |
| xmlReflection | |
| xmlReflectionApiData | |
| xmlReflectionContainers | |
| xmlReflectionDataType | |
| xmlReflectionHelpText | |
| xmlReflectionLabel | |
| xmlReflectionMemberData | |
| ::findFieldById | Looks in the hierarchy (base and derived tables) for a field that has current table ID and field ID. |
| ::findFieldByName | Performs a search in the current table and all its derived tables for a field that has the current fieldname value. |
| ::getReplacementKeyFieldList | Get a list of the DictField instances that are specified as part of the Replacement Key Index. |
| ::isFieldMapped | Indicates whether the specified map field has been mapped to a table field for the specified table. |
| ::newName | |
| ::newTreeNode |
Community Additions
ADD
Show: