Hi guys,
We have a solution running on DW 9.12.3.
We need to create a validation for Product Groups for preventing the creation of Groups with the same name as existing Groups.
For this purpose, we are using a Group.BeforeSave() notification. We are checking the existing names and we are using StopExecution from BeforeSaveArgs.
The execution is indeed prevented, but we get a yellow error in the process:
I am not sure if this is a bug or if we are doing it wrong.
If there is another way to approach this request, I would be happy to hear about it.
Thank you,
Adrian