Hello Skuizards,
I need some design suggestions on how I can proceed with a requirement that I have without hitting any governor limits.
I have an object called Hold Data which contains records that were imported from an external system. I am building a skuid page which allows for users to search the hold data table for a billing code. The maximum number of records this search can return is 11,000. This is the easy part and I have been able to do this so far.
Now the next thing that the user needs to happen is click a button which would then create an account record for each record returned by the search - which means there can be upto 11,000 account records that will need to be inserted. Once the account records are created, the corresponding hold data record will need to be updated with a lookup to the newly created account record.
I initially thought I could do it through a javascript snippet, but considering the magnitude of records that might need to be touched, I fear I will hit the salesforce governor limits. The other thing that came to mind was calling a remote action that would do the insertion. But since I haven’t done that before, I wanted to check if that was even possible.
If any of you can suggest any other possible solutions, that would be great as well.
Question
Skuid records Insert limit
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.