In given image I have a dropdown at the very first step associated with some roles(Manager, Supervisor etc). So at the very first step when I have select like manger then there should be a checkbox menu list appear in the available roles(On Parameter Change) and then I assigned some menus to the manager and after assigned I have to submit them.(For that in database I am using 2 entity Roles & Menus with a reference identifier).
On Parameter Change we used Aggregate refresh client action but in this case Side By Side List Plugin using loop with list append.
How can we achieve On parameter Change on the same scenario. Hope I elaborate correctly. If you guys have any doubt please let me know.
Thanks in Advance
Hi Arshad,
Thanks for posting your question.
I am having it a little difficult to understand the problem.
However, I think you are asking how do I refresh a data action in OnParametersChanged?
If that is the question, then the answer is: data actions can be refreshed in the same way Aggregates can. Just drag on a RefreshData widget and select the data action.
If that is not the question, many apologies, and could you try to explain a little more?
Kind regards,
Stuart
Hey Stuart,
Thanks for your response.
I actually solved it! I am aware about the Data Action. but my query was different because here I am working with existing forge extension and the same have their own functionality and I was stuck with some of existing code.
Thank You
Arshad.
Thanks for the post and the solution!