Question
How can i access the list of items inside of the ProcessRun Button?
13:51 Dec 20, 2019
Hi,
i would like to know how can i access the array of items inside this ProcessRun Button:
I've tried to use "EditPages" and "diff" from the page, but it didn't work.
Best Regards.
Thanks in advance.
Like
1 comments
05:03 Dec 30, 2019
Dear Pedro,
You can access the content of the list by getting the value of an attribute RunProcessButtonMenuItems:
var processButtonMenuItems = this.get("RunProcessButtonMenuItems");
Show all comments