My long pending issue after updating rollup 13 in all entities with email field. while creating a new record with email field filled, it throws a sql error which is not happening when email field not has any values. When email field value
is present i m not able to create record but without email field value i can do that. Kindly help on this. Any suggestion would be helpful.
You can either enable tracing in
CRM, or you can also do a
SQL trace. The perform the action that generates the error and check the relevant trace file. Just watch out for SQL trace it quickly generates quite a lot of output. You can narrow down your error by either applying filters to your SQL trace, and/or only
start the trace just before you do the action that generates the error and pause it immediately afterwards.