Customize Change Schedule - Add Short Description

Kieron2
Tera Contributor

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.

 

Kieron2_1-1702662714407.jpeg

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!

 

https://www.servicenow.com/community/itsm-forum/change-schedule-add-short-description/m-p/514489/pag...

 

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

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

sr82
Giga Guru

Hello,

 

Did you manage to fix this, I have similar requirement to add additional columns