- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 02:00 AM
Hi I need to change state field in task table from read only to editable. Not able to figure out where i can change. Kindly help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 02:10 AM
Hi Mahesh,
You need to check whether there is any UI policy or Client script turning the field in Read Only.
Secondly right click on that field > go to Configure Dictionary. Here you can change the attribute.
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 03:38 AM
Hi Siddartha,
Thanks, by the using third step it worked. it was marked as read only there. i changed.then it worked.
many thanks to all of you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 02:15 AM
Hi Mahesh,
If you have admin access, you can change readonly field to editable through configure dictionary
process::--> right click on filed -->configure dictionary-->uncheck readonly --> update the fo
Follow this link:
http://wiki.servicenow.com/index.php?title=System_Dictionary#gsc.tab=0
Pls: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 02:24 AM
Hi mahesh,
check the dictionary entry of the variable.
right click on that field > go to Configure Dictionary and uncheck the Read only field.
if its not read only from dictionary level, then go ahead and validate UI Policy. You can use Debugger for the same.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 03:29 AM
Please look for dictionary overrides related list when you access the dictionary of the state.
If any dictionary override entry is present against sc_task and change the condition of read only.
Pls: Hit like, Helpful or Correct depending on the impact of the response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 03:35 AM
Hi Mahesh,
have you written any ui policy, client script if not then you can also check with dictionary override
right click>configure dictionary> below right side you will see the tab dictionary override.
Dictionary Overrides - ServiceNow Wiki
thanks,
Harshvardhan