Hello to all,
I would like to create an EVENT that triggers when the manual supplier invoice is posted.
If the conditions are not met, I trigger to an error message using this procedure:
Error_SYS.Record_General('Name LU', 'Custom msg');
Only, when the EVENT is triggered, I don't get my custom error message, but this one:
How can I correct this?
Thanks for your help!