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

how to handle unexpected errors in soql
hello,
i'm getting the following error:-
An unexpected error occurred. Please include this ErrorId if you contact support: 398158509-89290 (-1629302653)
now where use this error id..? i tried contacting support but i only get to CRM support... Is there any other place where i can get support..?
thanks in advance..!!
regards,
akshay
Hello akshay21,
Try using a try catch block in your code, or post your code so we can analyze it.
This article contains some instructions on how to use the command try catch in the sales force.
thanks
All Answers
One generally gets this error when the cause of the error is not clearly defined , problem with these errors is that each time a new error id is generated. Hence the solution would be trap and catch all the known errors your code might encounter and catch the scenario mentioned by you in a generic catch block.
Hope this answers your question....
Thanks
Hello akshay21,
Try using a try catch block in your code, or post your code so we can analyze it.
This article contains some instructions on how to use the command try catch in the sales force.
thanks