- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 08:48 PM
Hi Experts,
We are using the employee center. Currently under "To dos" we show the approval requests.
For few users when they click on the item in to do, the view is like this, where they can see the ritm variable information
For few user the view is like below where they dont see the variable information
The user who has ITIL role are able to see the variable information
Now I want to show the RITM variable information everytime for every users irrespective of the itil role. I am not sure where this restriction is done?
I believe it is OOB.
Please help me solve this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 07:28 PM
Hi guys,
this was an ACL issue. RITM.variables ACL . When added/removed the roles from that ACL, worked as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 10:26 PM
@Ankur Bawiskar @Maik Skoddow @Vishal Birajdar
Can I get any input from you guys?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 10:38 PM
Are you using this widget "Todos Requested Item Approval"? If yes variable data are pulled from requested-item-variables widget and this widget has a server script which is calling script include "
data.variables = filterVariables(new global.GlobalServiceCatalogUtil().getVariablesForTask(record, true));"//
you may need to put log here and see whether there is any restrictions for roles
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 10:57 PM
Hi @Sruthi17
Have you checked if any role is missing for users to see the variables ?
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2024 04:28 AM
Hi @Sruthi17 - I'm investigation on the same issue. Did you get any inputs on this ?