- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 09:45 PM
Hi,
I have created a Scriptinclude and onChange client script but it is not working, i suppose to set the user's location.
but it is not happening.
onChange Client script:
Scriptinclude:
User form:
If i select user from the reference then location is not auto populating.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 10:04 PM
Hi Kranthi,
Please make sure to include the function name you're calling from the Script Include in your Client Script.
You can add the following line after line 7:
<< - add this--> ga.addParam('sysparm_name', 'populateLocation');
Give it a try and let me know how it goes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2025 12:06 AM
Hello @kranthi2 ,
Ok, understood now that this is just for learning.
@YaswanthKurre already gave you the solution some time ago.
Regards,
Robert