I'd like to fetch all of the records to one of tab (custom tab) by zoho.crm.searchrecord().
But this function is able to fetch only 200 records at one time. So I need to call this function several times.
For that I need to know how many records does the tab have. If I can get the number of total records, I can set count of loop for calling zoho.crm.searchrecord(). Total number of records / 200 + 1 is the number for loop count.
How can I get to know how many records does tab has at Deluge script?
Best,
Kunio