- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 02:06 AM
Good day,
I have added a custom type of Journal entry to issue corrections in incident records. As an additional way to bring these corrections to the attention of our users, I would like to change the colour of the bar on the left side of the activity.
Currently field edits are given a gray bar, comments a black one and work notes a yellow one. Is there a way for me to change this one to red?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 09:00 AM
Intresting work ! Wish I could see a edit button to modify comments....
But, There are System Properties for that. They are named "glide.ui.activity_stream.style.field_name", where field_name is the name of the field you want to have a highlight.
The default value for comments is "transparent". For the example below, the System Properties are set to the following:
So to your custom journal entry you can create or update such properties to set the color codes..
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 06:10 AM
Please provide some screenshot to understand your requirement more,.
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
03-04-2024 06:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 08:43 AM
I doubt we can change, as it core code and changing may impact others. ( It can be done via DOM manipulation, which is not recommended)
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
03-04-2024 09:00 AM
Intresting work ! Wish I could see a edit button to modify comments....
But, There are System Properties for that. They are named "glide.ui.activity_stream.style.field_name", where field_name is the name of the field you want to have a highlight.
The default value for comments is "transparent". For the example below, the System Properties are set to the following:
So to your custom journal entry you can create or update such properties to set the color codes..
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....