What role gives access to see a list components such as buttons, columns etc

juan9
Giga Guru

is there a specific role that allows users to see the components of a list such as:

- buttons

- view

- columns

- etc?

 

 

There has to be a role that allows users to see views/buttons/sections etc.

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @juan9 

 

There is no specific role or I can there is a role like ITIL or module specific like Inc_write/ read etc. The visibility of the View/button can be hidden or hidden based on some conditions. You can check a button or view that which role is mentioned or ACL to allow user to see specific fields.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @juan9 

On a specific list, each button is a UI action. 

You can go to system definitions -> UI action to see if any criteria/script mentioned there.

.

 

for each view, there will be view rules where criteria is defined.

 

Columns or nothing but records in the Table. Which can be controlled through client scripts or ACL where criteria can be defined based on roles.

 

Please mark the answer as helpful and correct if helped 

Kind regards,

Ravi Chandra 

Nikhil Bajaj9
Tera Sage

Hi @juan9 ,

 

No specific Role is required to see any UI action (Button/Links etc). It all depends on the requirement who should see the button so there may be any Business Rule/ Script / Condition/ ACL behind all these UI actions. These Business Rules/ ACLs etc are responsible to view or not view the buttons etc.

 

Regards,

Nikhil Bajaj

 

Please appreciate my efforts, help and support extended to you by clicking on – “Accept as Solution”; button under my answer. It will motivate me to help others as well.
Regards,
Nikhil Bajaj

Runjay Patel
Giga Sage

Hi @juan9 ,

 

Each component are visible based on certain conditions like ui action control the visibility based on conditions written, column visibility are controlled through read acl and so on..

here are some roles which give access to list component 

admin

list_admin

itil

itil_admin and so on..

 

Accept and like the solution if it helped.