You need to sign in to do that
Don't have an account?

Getting 'EXCEEDED_ID_LIMIT: record limit reached' error on binding.create()
Hi,
I am creating a piece of code that adds campaign members to selected campaign via a UI in VC#.
the Campaign can have many members (obviously more than 200 in most cases), when I use binding.create() method to create an instance (or even an array) of CampaignMember object(s), I get an error ...
'EXCEEDED_ID_LIMIT: record limit reached. cannot submit more than 200 records'
Any suggestion for a work around would definately help.
Thanks,
I am creating a piece of code that adds campaign members to selected campaign via a UI in VC#.
the Campaign can have many members (obviously more than 200 in most cases), when I use binding.create() method to create an instance (or even an array) of CampaignMember object(s), I get an error ...
'EXCEEDED_ID_LIMIT: record limit reached. cannot submit more than 200 records'
Any suggestion for a work around would definately help.
Thanks,
All Answers