- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2020 12:04 PM
Hi,
I am calling a Script include in the UI Action, multiple times which is not working
var SI = new global.userUtils();
SI.validateRole();
SI.updateRoles();
Above is not working
If i write something like below it is working
var SI = new global.userUtils();
SI.validateRole();
var SII = new global.userUtils();
SII.updateRoles();
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2020 12:34 PM
Hi ,
Here is a link which will help you.
If it helps,Please mark ✅ Correct and Helpful.
Warm Regards,
Milind

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2020 12:29 PM
Can you share screenshot of SI and UI Action?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2020 12:34 PM
Hi ,
Here is a link which will help you.
If it helps,Please mark ✅ Correct and Helpful.
Warm Regards,
Milind