-
Continue reading →: Create a child record by copying mapping fields data from Parent – Using CRM SDK
Let’s take the OOB Account and Contact related entities. Whenever we click ‘Add New Contact’ button from the ‘Associated view’ of ‘Account’ form, all the mapping fields data would be copied to ‘New Contact’ form. Account: New Contact Form: This is native CRM behavior, to copy the content from Parent…
-
Continue reading →: Access and Edit Web App files hosted in Azure
I have an Asp.Net Web application hosted as a Web App in my Azure instance. One of the requirement I frequently get is to view or edit the published ‘Web App’ files from Azure Portal. As we cannot access the ‘Web App’ files from Azure portal, one of the simpler…
-
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…


![[Step by Step] Beginner : Create a PCF control and add it to a custom page](https://rajeevpentyala.com/wp-content/uploads/2024/12/image-49.png)