Topic by Pavansatish Annavarapu
Content
Is there a way to check run time errors for CPM?
I have a CPM which is invoked through rules.It updates few incident custom fields and save the incident and then call commit (please see the code block).
This whole setup has worked fine for few months but from past few days, there are few random incidents which are failing at save (or) commit in apply method.
If there is an exception (not error) while save or commit, I should still be able to log it.
As I'm unable to find logs beyond save or commit, I assumed that there was an error during save or commit.
Is my assumption correct? If yes, is there a way to find those errors?
Note: When I'm running the CPM in test mode (using test harness method), incidents which are failed in real time are executing the CPM as expected!!
Thanks in advance.
Regards,
Pavan