ByDefault show Additional comments journal field on incident form onload.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 07:45 AM - edited 09-27-2024 07:50 AM
How to make Additional Comments (Customer Visible) field By Default visible Onload incident form, when user open the form. Currently whatever checkbox we check whether it is work notes or additional comments that jornal field is visible but i want to show Additional comments journal field every time user opens the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 04:00 AM - edited 10-03-2024 04:04 AM
Hello @Brad Bowman ,
Can we use a Onchange client script on worknotes field and set the preference
setPreference('glide.ui.incident.stream_input', 'comments');
on the form.
As things are working by using above code.
Thanks,
Shashank Sharma