Grooper Help - Version 25.0
25.0.0023 2,165
  • Overview
  • Help Status

ValueInterpretations

Grooper.Core

Specifies how the value component of a lookup lexicon should be interpreted.

Remarks

The ValueInterpretations enumeration controls how the value and optional description (remarks) are handled for each entry in a Field Value Lexicon. This setting determines how values are displayed to users, validated, and presented in dropdowns, tooltips, and search screens.

Role and Usage

Configures whether each entry in the value list is treated as a simple value, a value with a display label, or a value with a description or remarks. This affects how users interact with choice lists, how tooltips are shown, and how lookup results are processed.

  • For simple lists, use None.
  • For lists where a display label should be shown instead of the value, use DisplayValue.
  • For lists where a description or tooltip should be shown, use Remarks.

Configuration Guidance

  • Set this property according to how you want values to appear in the UI and how you want users to interact with them.
  • When using Remarks, ensure your value list or lookup results provide remarks in a supported format (see below).

Remarks Handling

When Remarks is selected, remarks can be provided in two ways:

  1. As a single column with entries in the form value=remarks.
  2. As two columns, with the remarks in a column named Remarks (or aliased as Remarks).

Can be one of the following values:

NameValueDescription

Used By

Notification