To set parent_incident field read-only
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 07:05 AM
I got a requirement to make parent_incident field Read only when a form is saved on resolved state
For this I wrote a onload script but not worked
Script:-
If(g_form.getValue('state')==6){
g_form.setReadonly('parent_incident', true)
}
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2025 09:20 PM
its not worked