I am using mscrm 2016 on-premise and I need to check my data on updateplugin and if needed to - throw new InvalidPluginExecutionException to my user with a specific notification.
If I run my code on a single record everything works fine and I get the InvalidPluginExecutionException alert, but If I update in bulk I don't get my text but a crm generic notification.
Can I edit notification when I update records using bulk if yes then how ?
If I can't do it how can I loop on all the selected guids that my bulk exception uses ?