We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Wrap Column Labels in related list

Pavan Dev
Tera Contributor

Hi,

 

Can the long column labels be wrapped in the related list view?

 

Thanks!

8 REPLIES 8

You can try with onLoad client script, let's see if it works.

 

 

function onLoad(){
	g_form.setLabelOf('field_name', 'New Label');
}

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Dr Atul G- LNG
Tera Patron

Hi @Pavan Dev 

 

Try this:

LearnNGrowAtul_0-1702922685494.png

 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

Hi Atul,

 

I have already tried it. It's not working.

this setting will impact globally on content pane form/list.


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution