I have a Deluge script, which works perfectly. We have a custom field in the Campaigns module called Total_Raised which looks at the Donation_Amount field in the custom module, Donations. The idea is to sum up the total of all donation amounts.
However, it stops at 200 records, the Zoho default cut-off, as I understand it. Is there any way of being able to search through more than 200 records, possibly up to 2000? My existing working code is:
You can take advantage of a COQL Query. It will also allow you to perform aggregate functions like SUM so that will help save some time and allow you to perform it in one call.
Glad to know you were able to resolve this and thank you for sharing this updated code here in the community. Sure others with similar requirement will find this useful.
Much appreciated!
Reply to ChrisA
/* */
12
Insert
Plain text
Rich Text
Add Comment
(Up to 20 MB )
Stats
1 follower
4 replies
101 views
Follow
Subscribe to receive notifications from this topic.