I must be missing something really really basic here, I've searched the forums and docs ( for hours ) but cant seem to find anything.
If there is an Internal Exception in a Rule within a Process, how do I catch it ?
I know I can use Report Error, and then use Failure Rules... But a Process doesn't even make it to the next Rule in order to Report Error when there is an Internal Exception.
eg:
Rule 1 : Find ALL someBO
Rule 2 : If SEARCH_COUNT = 0 then Report Error
So, this works fine except when the database server is unreachable... it throws an exception.
Surely there is a way to catch an internal error ... Remember On Error Goto ?