Change label in list view
						
					
					
				
			
		
	
			
	
	
	
	
	
Options
			
				
					
	
			
		
	- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-21-2024 05:33 AM
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.
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
	
		
		
			
			
			
					
	
			