Run a parametrised data management sequence from a dashboard
Hi all,
I have a data management step which is of "execute business rule" type, and make use of parameters so that when I run it, it prompts me to select the parameters. The parameters are "member dialog" parameters.
Now, since I want users to be able to run the step without giving them access to the Application tab, I am creating a dashboard that has a button in it to run the data management step.
I have built some combo boxes that use "member list" parameters, created a data mng sequence that contains the data mng step, and a standard button which runs the data mng sequence.
How do I pass the combo boxes selection to the data mng sequence?
Thank you
To give an update, I have been able to pass the parameters from the combo boxes to the data mng step via the standard button.
One thing to consider and that I was initially getting wrong is that the parameters to pass must be the member dialog parameters, and not the data mng step parameters name.
The following pictures will make it clearer.
This is the data mng step:
This does not work (using the data mng step parameter name):
This works (using the member dialog parameter):