- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2022 09:45 PM
Hi everyone, hope you're all having a nice day.
I'm trying to run a shipping cost calculator in my instance and I was wondering how I would go about getting fields from a related list into the current list that I want to run client scripts for.
I have a volume field on the consumable model form and I want to import it to the product catalog form to run calculations from there to get my shipping cost.
Thank you very much for your help!
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2022 09:52 PM
You have to resort to GlideAjax calls here, you have to write up a client script and make a ajax call to client callable script include. In the script include you can glide the related list table and fetch the information that you want.
Refer to Async GlideAjax in below article:
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2022 09:52 PM
You have to resort to GlideAjax calls here, you have to write up a client script and make a ajax call to client callable script include. In the script include you can glide the related list table and fetch the information that you want.
Refer to Async GlideAjax in below article:
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar