Problem While trying to get the token for one of my Apps registered in Azure Active Directory, after clicking on "Get Token" in Postman I started to get the next error: Reponse type token is not enabled for the application Resolution To fix this issue go to your Azure Portal and open the "App Registrations" … Continue reading Reponse type token is not enabled for the application
Tag: not
Record image not showing in Global Search
Problem Just after installing the v9 update for our MS Dynamics CRM 365 instance, we started to notice that when using global search, the resulting case records where not showing the record image, instead, it was always showing the default entity image. Solution Problem resides in the fact that after installing new versions sometimes there … Continue reading Record image not showing in Global Search
Your changes have not been saved – Dynamics CRM
Sometimes the error "Your changes have not been saved CRM" appears in CRM when you try to refresh a form using JavaScript and the form is dirty or haven't finished saving the changes. Hence, we need to validate whether the form is ready for the update. Find below a way to do this validation: var … Continue reading Your changes have not been saved – Dynamics CRM
The xml passed to the platform is not well-formed xml
Today while executing a plugin that has a method that search for a record of a custom entity based on its name, I started to see the following error: Once I debugged the plugin, I found that the string I was using to search based on the name had an apostrophe(') and this was messing … Continue reading The xml passed to the platform is not well-formed xml
Org Insights dashboard preview is not enabled for this org. Please check with your admin to enable this feature.
Today while testing dashboards, I found one that was showing an error in all of its charts: "Org Insights dashboard preview is not enabled for this org. Please check with your admin to enable this feature." After digging on internet, I found that this error is caused because my dashboard needs a managed solution called: … Continue reading Org Insights dashboard preview is not enabled for this org. Please check with your admin to enable this feature.