ByDefault show Additional Comments jornal field on incident form onload
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2024 09:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2024 01:49 AM - edited ‎09-30-2024 01:50 AM
It is controlled buy User Preferences stored on the sys_user_preference table the preference is stored in the name column, the value in the value column and the user in the user column.
In my opinion it is best left as is and let users use it as designed, but if you must force just Additional Comments (Customer Visible) to be the default then write an onLoad Client Script that sets the following User Preferences of the current user (use g_user.userID to get that):
glide.ui.activity_stream.multiple_inputs set this to false
and set glide.ui.incident.stream_input to comments
Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2024 02:46 AM
Hello @Paul Curwen ,
Can you please provide the syntax for the above onLoad Client Script that sets the following User Preferences of the current user (use g_user.userID to get that):
Thanks,
Shashank Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2024 02:50 AM
Hello @Paul Curwen ,
Can you please provide the syntax for the above onload Client Script that sets the following User Preferences of the current user (use g_user.userID to get that):
Thanks,
Shashank Sharma