Last week in a meeting client explained requirement: “.. we receive emails in a mail box, and we manually create contacts in CRM using sender name and address for further processing, we want to automate this.. .” This task was going to e...
In the year 2019, D365 certifications and exams have undergone many changes. New certifications are replacing the legacy ones. By the mid of 2020, almost all past exams will be retired. I often get a chance to talk to people new to D365 or certi...
Today I had this error in my JS Web Api request: {“error”:{“code”:”0x0″,”message”:”An error occurred while validating input parameters: Microsoft.OData.ODataException: An undeclared propert...
Browser extensions are great software components which increase productivity and let browser do things which they can’t otherwise. For Dynamics CRM a few add-ons are available which do fantastic things for CRM developers, testers and power u...
Probably title of this post summaries it well, but there is some detail worth explanation. I was developing an Azure Function app which was basically integrating data between D365 CE and another system. The major functionality of this applicati...
Showing parent-child records in drop-down lists is a common requirement of business applications. Some examples: Manager > Employees Country > State or Province > City Account category > Account sub-category > Account number ...
Plugin registration tool (v.9) was working fine but I had to change the user account to deploy a plugin and tool started crashing. It was accepting my password, showing available CRM instances, and after I select the instance, without reporting an...
Today I faced an issue while testing a web page on Opera 12.02. Opera shows tr top border some time unwanted. I am not sure why it was but to fix this I just declare style for tr and set border to none. If anyone know its reason please share. tabl...
For a demo I was writing a workflow activity and got the error: Unexpected exception from plug-in (Execute): WorkFlowComponents.DeleteUnwantedPotentialLeads: System.MissingMethodException: Method not found: '!!0[] System.Array.Empty()'. It...