D365: Dynamics 365 Developer Toolkit for VS 2017

Dynamics 365 Developer toolkit for Visual Studio 2017 can be installed by following the below steps: Download Dynamics 365 Developer Toolkit for VS 2015 from here. Once it is downloaded, extract the content of it to a folder Open the folder to which the content has been extracted and open the file "extension.vsixmanifest" in a … Continue reading D365: Dynamics 365 Developer Toolkit for VS 2017

D365 V9{Upgrade}: “v_5 is not a function” error while adding custom filter to lookup

Recently, after upgrading our one of the D365 instance to V9, we came across an issue with custom filtering of lookup. We were using below piece of code snippet to add custom filter: and below is the definition of the addFilterOpp method: fetchQuery = "<filter type='and'>" + "<condition attribute='sab_brandid' operator='eq' value='" + brandId + "' … Continue reading D365 V9{Upgrade}: “v_5 is not a function” error while adding custom filter to lookup

Azure Service Bus Queue Integration with D365 – Part 2

In the previous post of this series, we saw how to create service bus queue and register the service endpoint. In this blog, we'll continue with the 2nd part of this series. Part 2: Create account in D365 and the message appears in Service Bus Queue and reading the message from queue Let's login to … Continue reading Azure Service Bus Queue Integration with D365 – Part 2

Azure Service Bus Queue Integration with D365 – Part 1

In this series, we'll see how we can integrate Azure Service Bus Queue with D365. This series has been divided into 2 parts: Part 1: How we can create a service bus queue in Azure portal and registration of service endpoint using plugin registration tool Part 2: Do some operation in D365 and the message … Continue reading Azure Service Bus Queue Integration with D365 – Part 1