[progress Communities] [progress Openedge Abl] Forum Post: [4.2] - Rbf_selectquery2 Returns...

  • Thread starter Thread starter IramK
  • Start date Start date
Status
Not open for further replies.
I

IramK

Guest
Hello, I have a select Query for an account that has multiple contacts (1:M relationship) and I would like to get all the related contacts from the contact field in account but my select query is just returning one of the contact records instead of all. Any reasons why? rbf_selectQuery2("select contacts FROM account WHERE id=232885", 0, 1000, function returnCallback(values) { console.log(values[0][0]); // returns only one contact }); Iram

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