Skip to main content
September 30, 2020

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?

  • September 30, 2020
  • 1 reply
  • 0 views
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

September 30, 2020
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.