Allow list editing for some fields for some group in incident table

User205031
Tera Contributor

Hi All,

I have a requirement. In incident table only certain groups can edit some fields from list view. Any members who are not part of those groups should not have the ability to edit fields from list view.

How to achieve?

Thanks!

9 REPLIES 9

Hi,

Good day!

Have you achieve this? or where you stuck?Let us know.

Thanks,

Sagar Pagar

The world works with ServiceNow

Hi Sagar, what if we need that a field can be edit only by assigned to member 

Hi @Deepak Shaerma,

You have to create List edit ACL for Assigned to field. In Scripts, check is logged user is not assigned user give access using answer = true;

 

Thanks,

Sagar Pagar

The world works with ServiceNow

i dont want to edit from the list view. I want that only group 1 members will able to change the impact field in form. help me in this

Hi @Deepak Shaerma,

You can try with Display business rule and on-load client scripts for impact field on form level.

 

Check logged in users is part of required group or not, store values into g_scratchpad variable and use it in on-load client scripts to make read-only or non-read only impact field.

 

Thanks,
Sagar Pagar

The world works with ServiceNow