- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 01:01 AM
Hi Friends,
In HR case all the field are get changed to read only, when i verify that there are three TOP level ACL are running on the table so that is the reason it is changing to read only
Now i want to enable only one field in child table
Please help with this issue..
Please find the top level ACL below
Solved! Go to Solution.
- Labels:
-
Best Practices

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 02:13 AM
Hi
First give write - table.none .
Then write - table.*.
Then write - table.field_name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 01:06 AM
Hi Ramesh,
You can have individual field level read/write ACL on that field.
If you want single field to behave in a particular way in terms of read/write created individual field level ACL.
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 01:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 02:03 AM
Hi Ramesh,
If you have field level ACL then the read/write should be based on that.
Did you check whether the ACL is evaluating correctly based on condition etc
Because field level are evaluated first and then the other. Can you debug security rules and check?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 02:13 AM
Hi
First give write - table.none .
Then write - table.*.
Then write - table.field_name.