DictTable.indexName2Id Method [AX 2012]
Returns the ID of an index that is specified by name.
public IndexId indexName2Id(str name)
Run On
CalledParameters
- name
- Type: str
The name of the index.
Return Value
Type: IndexId Extended Data TypeThe ID of the index that is specified by the name parameter; 0 (zero) if there is no index that has a name that equals the name value.
Community Additions
ADD
Show: