You need to sign in to do that
Don't have an account?
Prabhat Singh 56
sandbox post copy class is affected by governor limits or not?
Hi Team,
Can Sandbox post copy class is affected by governor limits?
Please answer as soon as possible
Thanks
Can Sandbox post copy class is affected by governor limits?
Please answer as soon as possible
Thanks
I don't believe there is any mention regarding governor limits in the SandboxPostCopy Interface Documentation (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_interface_System_SandboxPostCopy.htm). However as a synchronous apex run, it is most likely subject to those governor limits. In order to process large amount of records you should probably kick off a batch in the post copy class if you must.
Hope this helps!
AM