need to change state field in task table from read only to editable

maheshchaudhary
Kilo Expert

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.Capture.JPG

1 ACCEPTED SOLUTION

rajmasurkar
Giga Guru

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


View solution in original post

9 REPLIES 9

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.


nasrin786
Kilo Expert

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


snehabinani26
Tera Guru

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.



Siddartha Gudim
Tera Guru

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


Harsh Vardhan
Giga Patron

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.



test.png



Dictionary Overrides - ServiceNow Wiki



thanks,


Harshvardhan