Forum Post: RE: getPage function is very long to process

  • Thread starter Thread starter Orchid Corpin
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top