Saved View cannot be selected by the user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2025 01:25 AM
Hello all,
We have created a mapping of business applications and once all done, we will save the view, and that saved views ill be stored in Saved Views table (ngbsm_view).
So, as an admin, I am designing the mapping and saved the view with a version. And using some script, I am creating one record to the business owner.
But when I impersonate the business owner and checks it, I am getting any option to select the saved view.
So, can someone tell me what all permissions should I provide the business owner to apply the saved view.?
Note: The business owner is able to see the record in Dependency Views table.
Regards,
Lucky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2025 01:55 AM
Hi @Lucky1,
go to System UI > Views:
and review following: Roles, Users, Groups whether the currently logged-in user satisfy the access conditions:
Eventually, have you tested for more users? Is it accessible by somebody or nobody...?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2025 02:27 AM
Hi,
I guess it's a role specific.
I checked the UI views, and I see there all the users and groups are empty.
Regards,
Lucky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2025 02:43 AM
@Lucky1 please check the desired view In this table above
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2025 02:56 AM
Hello GLideFather,
I have selected the Default View, I feel like problem is not in the UI VIews,
While I run that code, some other fields might be missing out.
So, we need an accurate script, to create the view for a user. Because when I do it manually, then the user is able to select the view that got created for him. But when I run the scripts, there might be something missing in the UI and hence not showing up the pop up.
So, need to fix it.
Regards,
Lucky