How can I reach Embedded Lists from a GlideRecord Query?

paul971
Mega Expert

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!

9 REPLIES 9

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);


That way I only pull records from the embedded lists' table that are relevant to this particular record


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.



embedded list.png



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


Hello Harsha 

I'm in the same boat currently, just want to see if you ever find a solution to this?

Please advise.

Thanks

Hello @Inactive_Use415 

I'm too can you get to know how to find the value of embedded list.