I've seen examples where a button can open a separate dialog box but haven't found an example where the button click prompts a user for a parameter selection. Is this possible?

OSAdmin
Valued Contributor
Originally posted by Cosimo Palmisano

6/19/2019

I've got a dashboard button that, when clicked on, needs to prompt the user to select an item from a bound list parameter and this selection is then used within a business rule.

1 REPLY 1

OSAdmin
Valued Contributor
Originally posted by Nick Kroppe

Create a combo box and attach your bound list parameter to the combo box component by specifying the parameter name as the bound parameter on the combo box. Then create a button that is used to execute the BR based on your selection in the combo box.