- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 11:00 PM
Hi,
I am new to ServiceNow and trying to explore it's capabilities. I tried extending the consumable table and all is working except for the quantity field which i can not edit (when adding records) because it is always read-only. I already tried unchecking the read-only in the form design, still it doesn't work.
Hope you the experts here can help me.
Thanks.
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 07:14 AM
When you look in the ACLs you would notice that the 'write' operation is restricted and even admins aren't allowed to override it. You can change this ACL to allow you to edit the quantity field. However, given the strict ACL rule that serviceNow has applied on this field, I suggest not modifying this field or atleast conduct a thorough impact analysis on a personal developer (or any other disposable instance) before changing this ACL.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2018 11:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 10:27 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 07:14 AM
When you look in the ACLs you would notice that the 'write' operation is restricted and even admins aren't allowed to override it. You can change this ACL to allow you to edit the quantity field. However, given the strict ACL rule that serviceNow has applied on this field, I suggest not modifying this field or atleast conduct a thorough impact analysis on a personal developer (or any other disposable instance) before changing this ACL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 04:48 PM
Thank you Moy, your suggestion did the trick (though i'm having second thoughts of implementing this in our production instance).