access to fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 09:21 AM - edited 09-05-2023 05:20 PM
I have a requirement to create a new role with name sn_admin, and that new role user should be able to open/review the program records.
and sn_program role user not able to edit the fields in the program table except, can any one suggest the answer here
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 09:26 AM
Hi,
Did not understand your question completely but for the sn_program user part you can have a table.* ACL and mention the role in has role. If you can elaborate your question a little bit would be great
Regards,
Badal Khojare
Community Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 05:23 PM
I am created a role sn_admin.
That role user need to review/open the program table records.
And they need all the fields read only except work notes field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 10:03 AM - edited 09-05-2023 10:05 AM
Hi @VSN
Create "write" access control rule (Wildcard * ACL) on your program record. Add your sn_program role under requires role section.
To create new ACL, make sure you need to elevate your role to securiy_admin at first then you can able to do this.
Please mark my answer as helpful and accept it as the solution if it serves your purpose.
Thanks and Regards,
Krushna Birla
ServiceNow Consultant
LinkedIn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 05:19 PM
@Krushna R Birla if possible could you please share screenshots..