How to make field editable in servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2021 04:53 AM
Hello,
How to make field editable in servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2021 05:10 AM
Hi
You can make use of Write ACL ! To do this you need to have security_admin role after which you can create ACL on table/field to make the record editable.
I hope the answer helps, Kindly Mark ✅ Correct or ???? Helpful if applicable., So that others get benefited in future for similar issues...
MF Sohail Khilji.
LinkedIn > https://www.linkedin.com/in/mf-sohail-khilji/
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2021 05:34 AM
Hi
What is your business requirement?
Right now the filed is read-only?, If so identify from where it is being read-only. It may be a ACL's, UI policies or Client scripts.
Thanks
Murthy
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2021 08:20 PM
You can make a field editable/readonly either by creating ACL's/UI Policy, that completely depend on your requirement.
1. If you want to make a field readonly/editable on form for all the users and it has dependency on the other fields, in such scenarios you can use UI Policy.
2. If you want to make a field readonly/editable for some users, then in such scenarios you can create field Level ACL's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2021 10:30 PM
Hi,
There are multiple ways to achieve this, can you let me know the exact use case which you are trying to implement.
If this is just from a learning perspective then refer to below points:
1. Check the dictionary of that field, is readonly checkbox is checked or no
2. Check the dictionary override for that field. Is there readonly property is set to true for that table and field
3. Check if there is any data policy/UI policy.
4. Check if there is any client script which is setting the field readonly
5. Check all the ACLs setup on that field/table or parent table.
These are the only places which might be making your field as Read Only.
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke