You need to sign in to do that
Don't have an account?
Prabhat Singh 56
I've been wondering if the Sandbox Post Copy class is affected by the governor limits?
Hi Tteam,
I've been wondering if the Sandbox Post Copy class is affected by the governor limits?
Please suggest me.
Thanks
I've been wondering if the Sandbox Post Copy class is affected by the governor limits?
Please suggest me.
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