Make Short Description & Description Read only on submit of incident form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2022 12:25 AM
Hello All
Make Short Description & Description Read only on submit of incident form
Plz let me know how to do it.
Labels:
- Labels:
-
Scripting and Coding
10 REPLIES 10

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2022 01:03 AM
Hello,
A field cannot be read-only and mandatory at the same time.
Since short_description field is mandatory because of inheritance( incident table is child of task table). So you need to first set mandatory false from Dictionary over riding then apply your client script.
It will surely work.
Please mark Helpful / correct , If applicable.
Regards
Anmol.