What fields are used to define static or dynamic list of values in web forms in Process Cloud Service?
To configure static and dynamic list of values (for checklist, radio button and select controls):
From the Basic Palette, drag and drop a checklist, radio button or select control onto the canvas.
Select the control and configure its static list of values on the Properties paneGeneraltab.
Go toOption Sourceand clickStatic.
In theOption Namesfield, enter a label to display for each option.
In theOption Valuesfield, enter an internal value for each option.
Specify a default value from the option values available in theDefault Valuefield.
Select an option in theAutofocusfield to make that option the selected option when the form loads.
Optionally, configure dynamic list of values for the checklist, radio button or select control. There are two options to configure dynamic list of values.
Specify that the control's options should come from a list of value data attributes defined in the Data definition pane.
ClickFrom Data.
Select the list of values options source from available attributes in theOptions Listfield.
Specify a default value from the options available in theDefault Valuefield.
Select an option in theAutofocusfield to make that option the selected option when the form loads.
Specify that the control's options should come from a REST connector created for the application.
ClickConnector.
Select an option in theAutofocusfield to make that option the selected option when the form loads.
ClickPreviewto try out using the control.
Currently there are no comments in this discussion, be the first to comment!