You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Dictionary Identifier Validator determine if an Identifier (manually or automatically assigned) matches a Dictionary Entry.

Configuration

  1. This is a non-core plugin, see Installing and Enabling Registry Plugins for more information.

  2. Create the Dictionary before configuring the Plugin. The Plugin will only use the value of the Dictionary Entry. code is ignored, and order does not have any effect.
  3. The plugin Mode configures how entries in the Dictionary are used:
    1. Contains: An Identifier that matches a substring of any Dictionary Entry will be rejected.
    2. Is Exactly: An Identifier that exactly matches any Dictionary Entry will be rejected. Exact comparisons are more efficient, but for relatively small dictionaries (a few hundred entries) the difference should be negligible.

See Also

  • No labels