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
Tera Patron

Hi @Pavan Dev 

 

Try this:

LearnNGrowAtul_0-1702922685494.png

 

*************************************************************************************************************
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]

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

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