Create permission in ACL rule confuses me

zhang lei1
Kilo Explorer

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.find_real_file.png

1 ACCEPTED SOLUTION

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

6 REPLIES 6

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Aman Kumar S
Kilo Patron

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

Best Regards
Aman Kumar