Hello,
Over the past few months, I have created several custom events and their action events on an IFS CLOUD environment.
I use the background job system very regularly.
I have a problem with how IFS works that I find perplexing.
When creating an invoice on a billing plan:

I arrive at a page where I am going to validate my action:

On the next page, I see my line in error, containing part of the event action code in the error block :

My problem is as follows:
- this is not the standard behavior for executing an event action
- functional code becomes invalid
- if i try a RAISE_APPLICATION_ERROR(), it's displayed not in the validation window to block the progress but in the error message on the last page.
How can I ensure that the event action is executed normally on this page?
Is there a specific setting for this?
Should the event action be launched somewhere other than on the Invoice entity and the INVOICE_TAB table?
Best regards,
Barth






