-
Continue reading →: Dynamics 365 Mobile Client – Script to get Longitude and Latitude and pin to Maps
With the new Dynamics 365 Mobile client, we got a new API Xrm.Utility.getCurrentPosition which returns the current location coordinates. This API only works with Mobile Client and referring this in Web Application would cause script error. Pre-requisite: We need to Enable User Location setting on the device Go to Settings…
-
Continue reading →: CRM Date and Time field – Behaviors
Recently, I was asked a question in my blog on what is the significance of the different ‘Behaviors’ of ‘Date and Time’ field. There are 3 different behaviors available for ‘Date and Time’ field. User Local: Time zone would be applied on this behavior. Field’s Date and time would be shown based…
-
Continue reading →: Code snippet – Connect to Dynamics CRM using Organization Service C#
Below is the sample code to connect to Dynamics 365/CRM online 2016 using simplified connection. This sample authenticates the user with the Dynamics 365 web services by using the CrmServiceClient and methods. Required CRM SDK .Dlls: Download the SDK to get the required .dlls Required Namespaces : using Microsoft.Xrm.Sdk; using…
-
Continue reading →: ‘Publish Web’ option not showing up existing Azure Web Apps – Visual Studio 2015
I am using VS 2015 to publish my web application to one of my Azure web apps. But all sudden the “Publish Web” window was not listing the existing web apps. Fix: Install latest Microsoft Azure SDK 2.9.6 for VS 2015 (Download) You can also use ‘Microsoft Web Platform Installer’ for…
-
Continue reading →: Dynamics 365 – PowerApps
PowerApps is a service for building and using custom business apps that connect to your data and work across the web and mobile. PowerApps enables power users in line of business roles to easily build and deploy business apps – without the time and expense of custom software development. In…
-
Continue reading →: Dynamic’s 365 – CRM Developer Toolkit
The much-awaited CRM Developer Toolkit Beta 1 has been released and it supports Visual Studio 2015,2013 and 2012 versions. Its public Beta 1 and can be downloaded here 🙂
-
Continue reading →: Dynamics 365 New Feature – Editable Grid
Editable grid is a new custom control in Dynamics 365 that provides inline editing capabilities on web and mobile clients It can group, sort, and filter data Editable grid is supported in below grids on the web client, and in dashboards and form grids on the mobile clients. Homepage grid,…
-
Continue reading →: Rollup View – Relationship Behavior
In Dynamics 365, a new ‘Rollup View’ relationship behavior has been introduced, which allows activities of the related entity would show up in ‘Activity Associated View’ of the primary entity. To explain this better, I created a custom entity ‘Bike’ which has 1:N relationship with ‘Contact’ entity. I set ‘Relationship…
-
Continue reading →: Could not load file or assembly ‘Microsoft.Cloud.InstrumentationFramework.Events’
I got the below assembly load error, while I was running my ADX Portal web site from Visual Studio. Could not load file or assembly ‘Microsoft.Cloud.InstrumentationFramework.Events’ or one of its dependencies. An attempt was made to load a program with an incorrect format. Issue was not with missing .dll reference, as I…
-
Continue reading →: Microsoft Dynamics 365
Dynamics 365 is the next generation of intelligent business applications. Dynamics 365 combines three Azure-hosted Microsoft services: Dynamics CRM Online Cloud version of Microsoft’s Dynamics AX ERP suite The “Project Madeira” (Dynamics 365 for Financials), small-business financials offering. Dynamics 365 will be integrated with Office 365, the Office Graph. Have…


