- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 03:39 AM
Hi,
I want Auto populate the value from reference field of group table to string field of change request form, I am trying to do it by using Client script and Script Includes. Its not working as expected.
Client script:
On change of Assignment group in the change request form the below fields should be auto populated
This reference field is from group table
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 03:53 AM
so you can write onChange of Assignment Group + GlideAjax and bring the value and populate on CHG form
share your scripts here along with script include and client script screenshots
OR
Why not show that Group field as Dot Walked field on CHG Form?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2025 09:00 AM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 07:06 AM
Hi Ankur,
I tried dot walking the fields from group table and it worked for me, Thanks for the suggestion It helped me and my question is addressed.
Thank You.