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

  • Thread starter Thread starter Shiva Duriseati
  • Start date Start date
Status
Not open for further replies.
S

Shiva Duriseati

Guest
Hi Iram, I tried on contact object by passing ID of the account to the query and I am able to get all the contacts associated with the Account object. rbf_selectQuery2("SELECT name FROM Contact_1 WHERE R39815=39826",0,1000, function callback(arr){ for(var i=0;i<arr.length;i++){ console.log(arr[0]); } }); Regards, Shiva

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