- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2022 10:23 PM
When I set the write rule in the ACL rule of a model to not pass by everyone, why are the fields in the new form not editable? At this time, I have the create permission of the current model.
But when I set the create permission of a field, the field in the new form can be edited, which makes me feel very confused.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2022 04:16 AM
Hi,
Create ACL just allows you to view the New button and determines if you are able to create new record in normal list or related list etc.
But in order for your to edit/fill the fields WRITE ACL should evaluate to true
that's by design in the platform.
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
‎04-25-2022 04:16 AM
Hi,
Create ACL just allows you to view the New button and determines if you are able to create new record in normal list or related list etc.
But in order for your to edit/fill the fields WRITE ACL should evaluate to true
that's by design in the platform.
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
‎04-25-2022 02:59 AM
I have worked on creation and security rules for custom apps and tables,
If you setup a edit the form, and don't have create ACL specifically, you still should have edit privilege
Aman Kumar