DictIndex.modify Method [AX 2012]
Modifies the index.
public boolean modify(
boolean enabled,
boolean allowDuplicates,
boolean saveInLoadedLayer)
Run On
CalledParameters
- enabled
- Type: boolean
A Boolean value that indicates whether the index is enabled.
- allowDuplicates
- Type: boolean
A Boolean value that indicates whether the index allows duplicates.
- saveInLoadedLayer
- Type: boolean
A Boolean value that indicates whether the modification is saved in the layer that is loaded.
Community Additions
ADD
Show: