Forum Discussion

ImanolCriado's avatar
ImanolCriado
New Contributor II
4 months ago

Prevent a Business Rule to stop when an error occurs

We are using an Extensibility Rule to import data from a database using a Stored Procedure (SP) within a do...while loop that modifies the SP parameters. The current implementation works as expected,...
  • SimonHesford's avatar
    4 months ago

    Hi, the inner block will catch the exception as you are capturing the generic Exception object The outer exception must be triggered by something else. What gets logged in the Error Log?