[progress Communities] [progress Openedge Abl] Forum Post: Re: Jsdo Join Tables

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello, The JSDO gives has an option to do nested jsdo. .foreach() calls to loop through related data (parent/child). Calls to jsdo. .getData() also honors relations. (The property jsdo.useRelationships determines the behavior.) However, there is no general functionality to do joins. The JSDO does not have queries with cursors. Depending on your requirements, you could work with the array returned by getData(). It does provide access to an ID (getId()) which you can use to find the record later via findById(). Are you using the JSDO directly or with the Kendo UI DataSource? Could you provide more info on you use case? I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top