Script include for service catalog
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-31-2023 09:26 AM
Hello Team,
Am trying to auto populate user location in service catalog using script include method and client script, when ever am selecting username.
Below is the client script i have written:
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-31-2023 09:27 AM
Are you getting this log?
gs.log('location is ',+x.location);
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-31-2023 09:30 AM
No i don't no see any log its creating.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-31-2023 09:31 AM
Add an Alert on the client script
alert(g_form.getValue('user_name'));
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-31-2023 09:34 AM
