You need to sign in to do that
Don't have an account?
P Kumar
System.LimitException: Apex CPU time limit exceeded
Hi,
When i upload data into salesforce through data loader, am getting 'System.LimitException: Apex CPU time limit exceeded' Error.
Can any one suggest me why this error happens?
Regards,
Pranav
Please remove muliple loop from your code. If you are using nested loop then try to use collection in code.
Please let us know if this will help you
Thanks
Amit Chaudhary