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 03:29 AM
Hi @Michael_Nash,
Multiple dot walk will not be supported in getRefernce(). callback functions. You need to convert it to Script Include and GlideAjax.
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 04:43 AM - edited 08-29-2023 04:44 AM
Hi @Sagar Pagar
Would you be able to assist me or guide me in accomplishing this? I'm not familiar with GlideAjax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 05:00 AM
Refer below link about how to call script include in client script
https://www.servicenow.com/community/developer-articles/glideajax-example-cheat-sheet/ta-p/2312430
You need to create client callable script include .
If your code does not work ,just paste it here ,will help you
Thanks,
Manjusha Bangale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 07:01 AM
Hi @Michael_Nash,
You can start with referring the documentations. will help you if you stuck.
GlideAjax Example Cheat Sheet (UPDATED)
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar