Populate child Fields from Parent field record refrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 03:08 AM
I have created a Client script for this but it does not seem to work as expected,
please see below.
Please assist with fixing the script 🙂
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 04:11 AM
Servicenow does not recommend usage of getReference ,you can call script include in client script using GlideAjax
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful based on the Impact
Thanks,
Manjusha Bangale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 05:28 AM - edited 08-29-2023 05:33 AM
please go with following snap, it will sort your issue.
Client Script:
Script Include:
You can use JSON.stringify() and JSON.parse() method as you want populate multiple fields form parent.
If my answer solved your issue, please mark my answer as Correct & Helpful based on the Impact