In Offer screen, I have an subgrid of ProductOffer can be added. I have a PreCreate ProductOffer plugin which checks for some conditions to show error message and stop creating.
So in this plugin I added:
throw new InvalidPluginExecutionException("My message");
But no dialog message is shown up but an error notification on top of the subgrid with message: "ISV code aborted the operation".
Please tell me why is my message not displayed? And how to solve this?
Thank you verymuch.