how to make both additional comments and work notes field visible on incident form by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 12:48 AM
Both Additional Comments and Work Notes should be visible at all times and Additional comments should be above work notes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 12:51 AM
Hi @shashanksha
First part:
use this option.
for 2nd part, its by design dont change and it will increase technical debt as well.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 12:52 AM
Go to the user preferences and create the 'glide.ui.activity_stream.multiple_inputs' one with value 'true' and leave the user empty (set 'system' to true). It will set it for all users, except the ones that have their preference on just one of the two.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 12:54 AM
Hello @Mark Manders ,
I already have make these changes, but it is not showing . Does we need to remove all the record in user preference table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 12:57 AM
A user preference on user level will override the preference set for system. So if that's the case, you will need to remove the personal ones to have the system preference take over.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark