How can we populate data on form based on current selection of 4 values, all are in different tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saturday
I have a table "A", in that 4 fields are reference from table "B"
and there is one more table "C".
From this table C, I want a reference field to auto populate based on current selection of values at form of A
The field names in B and C have common label names but backend names are different.
I tried using GlideAjax script include + Client Script - Its NOT working
I tried g_scratchpad along with a business rule - Its NOT working
Is there any other way by which this can be achieved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saturday
@DevanshT Ideally, you should be able to do it via GlideAjax script include + onChange Client Script. Could you please share the client script and Server side script to see if there are any syntactical errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saturday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saturday
so what debugging did you do in your scripts?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saturday
All I understood is that model year backend name is different in both tables and thats why it might not fetch the values correctly.
