Hello CRM Experts,
My question is quite simple, but resolution seems a bit harder than it looks, i guess.
When I am Resolving a Case and there is this missing field on our form, there is an alert that pops up, saying that this field is not filled, and I would like to understand where is this defined. As we lost this functionality in other environments and wished to understand how I can restore it.
I have been looking in all WebResources with VS Studio Code, I'm performing a search over all WRs and still can't find anything calling an AlertDialog or, having that particular message.
Am I missing something, is there another place where this alert could have been called?
I'm resolving a case from the ribbon button "Resolve Case"
Best regards,
Tihomir Bogoslovov
Resolve Case is Microsoft Out Of Box dialogue so it makes sense to not display the non user friendly error of the Plugins. You probably should be happy.
I have never liked the OOB Resolve Case but luckily with new feature released by Microsoft you can change the ugly dialogue to custom form.
Follow the steps in this document:
Alright, I've found what was the problem.
It was a plugin that is running on preUpdate and throws an InvalidPluginExecutionException.
if (string.IsNullOrEmpty(solution)) throw new InvalidPluginExecutionException("Por favor preencha o campo solução antes de resolver o Case");
But then what still bugs me is, how this invalidPluginExecutionException has this style of an Alert and, it doesn't look like a normal InvalidPluginExecutionException.
Like this one here,
Any idea why the alert looks different than this one here? :)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156