Defined Value Picker

Overview

Displays a defined value picker

Documentation

This control allows you to select a value.

Example Usage
{[ definedvaluepicker label:'Connection Type' value:'1,2' definedtype:'768' ]}
Parameters

Below are the parameters for the defined value picker shortcode.

  • label - The label to display above the control.
  • showlabel (true) - Whether to display label.
  • name (definedvalue) - The name for the defined value picker control.
  • value - The ID or Guid of the currently selected value.
  • valuefield (id) - Specifies whether the picker's value should correspond to the defined value's id or guid.
  • longlistenabled (false) - Enhances the functionality to include a search feature, facilitating swift and efficient selection of the preferred item from the list.
  • allowmultiple (false) - Determines if the selection of multiple values is allowed.
  • isrequired (false) - Establishes whether making a selection is necessary.
  • validationmessage (Please select a value.) - Message to display when the value is not valid.
  • additionalattributes - Additional attributes to include on the input control.

The above settings enable a wide range of filtering options for the list. Regardless of the filter configurations, the current value will consistently be shown.

Examples

Below are several examples of the defined value picker in action.

Single-Select Picker
{[ definedvaluepicker label:'Language' value:'1250' definedtypeid:'111' longlistenabled:'true']}

Multi-Select Picker
{[ definedvaluepicker label:'Languages' value:'1250,1253' definedtypeid:'111' allowmultiple:'true' includeinactive:'true']}
Testing Notes

Russian is not active.