Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Change label in list view

Nithin15
Tera Expert

Using g_form.setLabelsOf(), it is possible to change label of a field in the form view. 

I am looking for example where label can be changed in related list view as well. 

Nithin15_0-1729513949603.png

 

GlideDocument supports DOM element. I am looking for an example to use this in client script

 

//HTML entry
<input type="hidden" id="list_view" name="list_view" value="${sysparm_list_view}" />

// Client script
var listView = g_document.getElement('#list_view').value;

 

 

0 REPLIES 0