Short Description read-only in Change Task values of a Change Task Template

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2022 08:38 PM
Does anyone know why the Short Description field within the "Change Task values" multi-value object is read-only on a Change Task Template?
This question was asked previously here, but a solution was never provided:
NOTE: this is on the Template (std_change_proposal_task), not on the Change Task itself - i.e. not related to the property within the "Standard Change Properties" page, though in my case that's blank anyway.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2022 08:57 PM
Hello,
There is a client script called "Set template value read only" on std_change_proposal_task table which makes the field readonly.
If you disable that client script you can see that it will no longer be readonly.
Please mark my answer as correct based on Impact.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2022 09:31 PM
Yeah - I've played around with that Client Script too. If I disable it, it actually removes the Short Description field altogether - i.e. the user is no longer able to select it on the Template at all - like it's not even a valid field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 06:51 AM
Hello,
I see it is a new record. For a new record on Tokyo as well the short description is not readonly
Maybe there is some configuration on your instance which is causing the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 06:13 AM
Hi @stevejarman
This is not happening on a San Diego P1 out of the box instance (image below).
I would check in your instance if there is a dictionary overrides for the short_description field on the change_task table.
Go to this link: /sys_dictionary.do?sys_id=92a57ea745110110a86630cf9552f34b \
And scroll down to the dictionary overrides section.
Check if there is one entry for the change_task table and specifically check if there is a checkmark on the "override read only" and "read only" fields.
If I helped you with your case, please click the Thumb Icon and mark as Correct.