How to list all tables a user has access to and through which method?

LenaLindel_f
Kilo Expert

Hej,

Is there any way to run a report that show all SN tables/views   a user has access to and through what means (which roles and/or groups and/or ACLs)   the access is granted?

Regards,

Lena

3 REPLIES 3

Brad Tilton
ServiceNow Employee
ServiceNow Employee

I'm not aware of an all encompassing script that anyone has written, but there are some gliderecord methods that could help you out writing something like this.



canCreate(), canWrite(), canRead(), and canDelete() are all available gliderecord methods which test if the logged in user can access a table based on ACLs.



GlideRecord - ServiceNow Wiki


Ok thanks… so if I am interpreting you correctly there is no report functionality built in — we will have to create that type of report ourselves, right?



Regards,


Lena


As far as I know you'll have to create it.