Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Field Value Lexicon

Embedded Lexicon Grooper.Core

Defines a list of possible values for a Data Field.

Remarks

The FieldValueLexicon class provides a managed list of valid or suggested values for a Data Field, supporting both static and dynamic sources.

Overview

Use this object to define a set of allowed or recommended values for a field, such as dropdown choices, picklists, or lookup results.
The list can be populated from local entries, referenced Lexicons, or dynamically from external data sources using lookups.

Key Features

  • Static Entries: Add values directly or reference other Lexicons to build a list of choices.
  • Dynamic Lookup: Enable 'Include Lookup Results' to populate the list from external data sources at runtime.
  • Display Options: Use 'Value Interpretation' to control how value/description pairs are presented to users (e.g., as display values or tooltips).
  • Integration: Assign a FieldValueLexicon to the 'List Values' property of a Data Field to enforce or suggest valid entries.

Configuration Guidance

  • Add or import entries to define the set of valid values for your field.
  • Enable 'Include Lookup Results' to supplement or replace static entries with values from a database or other external source.
  • Adjust 'Value Interpretation' to control whether the value component is used for display, as a description, or ignored.

Example Use Cases

  • State/Province Field: Reference a Lexicon of valid states to restrict input to known values.
  • Vendor Field: Enable lookup results to provide a list of vendors from an external system.
  • Reason Codes: Use value/description pairs to show user-friendly labels with additional context in tooltips.

For best results, configure the entries and options to match the data validation and user experience requirements of your field.

Properties

NameTypeDescription

See Also

Used By

Notification