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
‎09-30-2024 12:41 AM - edited ‎09-30-2024 12:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2024 04:45 AM
As I said in the solution, I observed this in my testing, and don't know a way around this caching to get the final way there. This should only present for the same user, immediately after updating a record, so if a user clicks the Work notes box, they should expect that Work notes will be displayed until they uncheck it. With this solution in place, others won't have to notice the field is labeled Work notes and uncheck the box as that will be done for them when they view the record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 05:53 AM
Hello @Brad Bowman ,
Do you have idea from where that work_notes checkbox functionality is working. As worknotes checkbox checked making entry in user preference table. Do you have idea from where it is happening?
Thanks,
Shashank Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 08:16 AM
Hello @Brad Bowman ,
Can you have any idea where we can control the work notes/additional comment checkbox.
So that we can handle it on while loading the form.
Thanks,
Shashank Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2024 03:59 AM
Hello ,
Can we use a Onchange client script on worknotes field and set the preference
setPreference('glide.ui.incident.stream_input', 'comments');
on the form.
Thanks,
Shashank Sharma