How can I reach Embedded Lists from a GlideRecord Query?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2016 02:02 PM
Hi All -
I have a scripted web service for a static WSDL and need to reach some of the embedded lists on that form. I understand the challenges for this as they are not really related to that form. However, is there anyway possible that I can dot-walk or something? Would it be best to build my GlideRecord script from the parent table down?
Any insight is appreciated. I'm happy to clarify wherever needed.
oh and, this is on Fuji if that matters. Thanks in advance!
- Labels:
-
Integrations
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2016 12:33 PM
is there a way to query the embedded list by dot walking? like a specific field related to the current form?
like,
embedded_list_item.addQuery('project.number' = current.number);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2016 03:57 AM
That way I only pull records from the embedded lists' table that are relevant to this particular record

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2017 11:39 PM
Hi Paul,
i have almost same requirement. but i am stuck to query on embedded list. i seriously have no idea how to get value from embedded list.
Can you please give me some information ? how did you get the data from embedded list.
i tried with above code but no luck
Thanks,
Harshvardhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 10:16 AM
Hello Harsha
I'm in the same boat currently, just want to see if you ever find a solution to this?
Please advise.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 10:34 PM
Hello @Inactive_Use415
I'm too can you get to know how to find the value of embedded list.