Category Archives: Dynamics 365

Error Logging using D365 CE Plugin

Requirement Error logging using D365 CE Plugin. Details Let’s see what options we can use for the error logging. ITracing Service First option that we have for the error logging in D365 CE plugins is using ITracing service. To usethis option first we need to make sure we enable below setting in D365 CE environment. Once this option is enabled… Read more »

Fixing Internal_CompanyNotFound in CRM to BC integration

Requirement Integrating Dynamics 365 CE and BC with Business Central v2.0 API endpoints using KingswaySoft Details Recently I was working on a POC for Dynamics 365 CE and BC integration where we wanted to test integration using BC V2.0 endpoints. Based on Microsoft documentation Following is the standard BC V2.0 API URL format: https://api.businesscentral.dynamics.com/v2.0/tenant/environmenet/api/v2.0 Where environment represent dev,test or production environment… Read more »

Timezone conversion Issue in CRM to BC integration

Issue Recently we faced date issue while sending invoice data from Dynamics 365 to Business Central. Details We have implemented Dynamics 365 and Business Central integration using KingswaySoft toolkit. While testing invoice details created in Business central, we found issue with the date, it was one day behind the CRM date sent to BC. Earlier same SSIS packages with Azure… Read more »

Configure web resource for Dynamics 365 for phones- Quick Tip

Requirement Custom html web resource placed on the dashboard should be visible on mobile client. Details By default our custom web resources are not visible on the mobile client, to make them visible we need to do following configurations Enable Mobile option on your web resource Open your web resource and you should see following options Here we have two… Read more »

Creating aggregated view using DataTable

Requirement Let’s say we want to show aggregated total of the records based on the grouping. let’s understand this with below example: In above screenshot group 1 as what we have in our entity and 2 is what we want to show on the dashboard, just want to show single entry for the duplicate record and calculate total. Details: I… Read more »

Download File and Upload to Azure Blob Storage

Requirement Let’s say we have requirement to download file from website and upload it to Azure Blob Storage. In our case we are using excel file but you can do it for other files as well. Details First we need to setup Storage account and blob container in Azure. Once you have setup it, you need to get following details:… Read more »

Setup your Dynamics 365 30 days Trial

Problem Recently I got question regarding how to setup new Dynamics 365 trial with all the First Party apps in it. As we know now we can setup Dynamics 365 trial for the specific apps but I am going to explain step by step process for setting up your trial and get all apps. Details 1. Navigate to this url… Read more »

New User not visible in Dynamics 365 CE – {Quick Tip}

Problem New users not listed in Dynamics 365 CE. Details Recently I was setting up trial instance for client demo. I created test users in office 365 portal and as usual I waited to sync those users to my environment, but I was not able to see the users even after waiting for hours, after doing research I learned now… Read more »

FCB ‘EnableRegionalDisco’ is disabled – Quick Tip

Details Suddenly yesterday we were not able to connect to our customer environment from Europe region through plugin registration tool, when I check error details I found below error details Error : FCB ‘EnableRegionalDisco’ is disabled Stack Trace : Server stack trace: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)… Read more »

Using App User in KingswaySoft Connection Manager

Requirement While working with KingswaySoft integration toolkit we have different ways to connect with Dynamics 365 CE. Today we are going to discuss how to use Dynamics 365 application user for authentication. Details To setup application user we first we need to register an app under Azure Activity Directory so let’s follow below steps 1. Go to Active Directory of… Read more »