I
IramK
Guest
Hello Shiva Duriseati , I originally had this selectQuery basically which is why that console.log was left there. rbf_selectQuery2("select contacts, id FROM account WHERE id=232885", 0, 1000, function returnCallback(values) { console.log(values[0][0]); // returns only one contact }); So in the above selectQuery, how can I get all the contacts that are related to it with that contacts lookup field? Iram
Continue reading...
Continue reading...