Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Saved View cannot be selected by the user

Lucky1
Tera Guru

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.

Lucky1_0-1756110197620.png

 

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

 
5 REPLIES 5

GlideFather
Tera Patron

Hi @Lucky1,

 

go to System UI > Views:

GlideFather_0-1756112069354.png

 

 

and review following: Roles, Users, Groups whether the currently logged-in user satisfy the access conditions:

GlideFather_1-1756112105251.png

 

Eventually, have you tested for more users? Is it accessible by somebody or nobody...?

 

_____
This reply is 100 % GlideFather and 0 % AI

Hi,

 

I guess it's a role specific.

I checked the UI views, and I see there all the users and groups are empty.

Lucky1_0-1756114001977.png

 

 

Regards,

Lucky

 

@Lucky1 please check the desired view In this table above

_____
This reply is 100 % GlideFather and 0 % AI

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