How-To

Export – Import your own Demo Data for Dynamics 365 using Azure DevOps and Configuration Migration Tool!

Import and Export Demo data for Dynamics 365 using Azure DevOps Have you ever wished for a simple way to deploy the data you are testing from one environment to another? Or just a simple way for resetting the data back to “original”. This blog post will help you to move both demonstration data and …

Export – Import your own Demo Data for Dynamics 365 using Azure DevOps and Configuration Migration Tool! Read More »

Creating an export solution pipeline for Dynamics 365 (committing solution to repo)

In the previous “How-To’s” we went through the process of creating an Azure DevOps project, setting up a repo which we are going to export a solution from Dynamics 365 now. If you haven’t seen those posts I recommend going through those first before creating a pipeline. I’ve added those posts at the bottom of …

Creating an export solution pipeline for Dynamics 365 (committing solution to repo) Read More »

Enabling Editable Grid for Main View in Dynamics 365

Editable Grid could be useful when the user wants to edit records quickly without the need of navigating to each record. Enable editable grid for main view Navigate to Solution Explorer Open the tables, open the table you want to enable editable grid. (Yes I write table, but actually it says entity) Navigate to “Controls” …

Enabling Editable Grid for Main View in Dynamics 365 Read More »

Adding dependencies Javascript in Dynamics CRM (Avoid dysfunctional JavaScript)

I guess once upon a time or even multiple times you have got an error regarding your javascript in Dynamics 365. Sometimes it could be regarding a field you use is getting removed, other times it could definitely be a dysfunctional JavaScript. In Dynamics 365 Web Resources you have the option to add dependencies, in …

Adding dependencies Javascript in Dynamics CRM (Avoid dysfunctional JavaScript) Read More »

Scroll to Top