Customize Change Schedule - Add Short Description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 09:53 AM
Good afternoon Hive Mind 😀
I wondered if anyone could help me add a column to the OOB Change Schedule? It's a great tool to visualise the calendar but would be much more useful if the short description was presented in the main columns instead of having to click on each bar to find out what the task is. Below is what I'm aiming to do.
I've been circling around this for months and have searched the community many times. I found a solution below, and have made the three suggested updates, but it has made no difference for me ☹️.
Hopefully there's a genius out there who can tell me what I've missed!
UI Script: change_soc
Approx. line 40:
SHORT_DESCRIPTION: "short_description",
Approx. line 163
{ name: SOC.COLUMN.SHORT_DESCRIPTION, label: i18n.getMessage("Short Description"), align: "left", width: 220, min_width: 220, resize: true, template: function (content) { return "<span>" + content[SOC.COLUMN.SHORT_DESCRIPTION] + "</span>" + "<span data-toggle='tooltip' data-trigger='hover focus click' data-container='body' data-placement='auto bottom' class='select-task icon-target'" + "data-original-title='" + msgSelectRecord + "'" + "</span>"; } },
UI Script: sn_chg_soc.data
Approx. line 57
short_description: record.short_description ? record.short_description.display_value :"",
Kind regards
Kieron
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 10:28 AM
Hi @Kieron2
We had same issue and tried all best but nothing work out because this page has lot of references from scripts. So no choice as of now.
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
04-05-2024 06:15 AM
Hello,
Did you manage to fix this, I have similar requirement to add additional columns