O
Orchid Corpin
Guest
Hi Romain, I tested and saw in logs that it does really query through the relationships. I have another idea for you to use where you can utilize the VIEW id, use LOOP_BEGIN. button onclick="getRecords();" Get View /button script function getRecords() { //145437 = is the view id //(20) = number of records to query, remove this you want to view all records '{!#LOOP_BEGIN.all#145437(20)} ' $("#storeHere").append(" div {!name} --- {!id} /div "); '{!#LOOP_END.all}' } /script div id="storeHere" /div Hope this may help Regards, Orchid
Continue reading...
Continue reading...