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...
Continue reading...