- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2024 09:40 AM - edited ‎01-15-2024 09:43 AM
Hello,
I have a Catalog item that has a MRVS ( amount variable). As Amount variables are calculated, the Catalog item has the Total amount variable that sums up the MRVS amount variable. A custom variable with a widget is created to accomplish that. The functionality works for admins but not for outside users. Why would this be?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 10:47 AM
I was able to fix the issue by selecting "public" on the widget. That made the calculation visible.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 12:30 AM
Hey,
This could be because of ACLs preventing a non-admin user to read the MRVS value. You can best check that with a test script using the GlideImpersonate | ServiceNow Developers API. This will allow you to run a script in the context of another user.
Outside of ACLs there is the possibility of an onQuery Business Rule preventing access to the records, too.
Hope this helps,
Regards
Fabian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 10:47 AM
I was able to fix the issue by selecting "public" on the widget. That made the calculation visible.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 11:51 PM
Great solve! I would've missed that for sure.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 02:49 AM
Hi @IB98 ,
Could you please give more information about calculation of 'Total estimated cost'? What do you use, what is your formula etc.?
Thanks
Oya