Back ForwardDynamic Select controls — Internal operations and advanced features

  

Advanced featureThe Dynamic Select control is an HTML <SELECT > element with additional attributes and capabilities.

The standard HTML <SELECT> element presents a fixed list of choices to a user who is completing a form, for example sizes S, M, L, XL, and XXL. In contrast, a Dynamic Select control can present a list that depends on the user's role, the date, the filtered results of a database query, and other factors.

You can specify the following sources for the values appearing in the list:

TipYou can configure most Dynamic Select controls in a harness, section, or flow action directly, while completing the Harness, Section, or Flow rule form. That approach is simpler and easier to build and test than the older approach described here. See Harness, Section, and Flow Action forms — Defining a Dynamic Select control for a field.

Use the advanced approach presented in this topic only for special cases. Typically these special cases are when your application cannot present the needed data using only a list view, report definition, or clipboard page, and an activity is needed to produce the XML document required by the Dynamic Select control.

 Overview

 Step 1: Create an activity to assemble the values

 Step 2: Complete required attributes for the <SELECT> control

 Step 3: Complete optional attributes

 Step 4: Reference the control rule

 Examples

 PDN resources

 Notes

DefinitionsAJAX, Dynamic Select control, exposed property, guardrails, lookup list, open authoring
Related topicsJavaServer Page tag — Reference
Obj-Browse method
Obj-List method

UpUser Interface category