-
Continue reading →: Organization Insights – Dynamics 365
What if your customer ask you to provide a report on the No of Active Users,Licenses, Most used entities etc. The answer is “Organization Insights” solution. Organization Insights for Dynamics 365 (online) provides usage metrics for your Dynamics 365 organization, and tools to help you track and monitor the performance…
-
Continue reading →: Manage your Instance Storage – Dynamics 365
In this article I am detailing on How to check the amount of storage organization is using How to increase/purchase Additional storage ways to reduce the amount of storage space Storage limit depends on the type of subscription you purchase initially. For 30 days trail you would get 5 GB…
-
Continue reading →: D365 – Multi Select Option set JScript Syntax
In this article I am going to provide JScript syntax’s to use in projects. Refer my previous article on configuring Multi Select Option set fields. // Read the values var branches = Xrm.Page.getAttribute(“new_branches”).getValue(); Xrm.Utility.alertDialog(“Branches – ” + branches, null); // Set the values (i.e., Hyderabad,Chennai) Xrm.Page.getAttribute(“new_branches”).setValue([100000000, 100000001]); // Determine if the…
-
Continue reading →: Set “Created On”,” Created By”, “Modified On”, “Modified By” fields using SDK/Data Import/Plug-in – Dynamics 365
I got an ask from one of my blog followers on how to set “Created On” field of a record, as it defaults to current date. In this article I am going to explain various ways to set these values. Override ‘Created On’ using Data Import: Using ‘Data Import’, setting…
-
Continue reading →: What’s new for Developers/Admins/End Users – Dynamics 365 – v 9.0
With July 2017 update (v 9.0) there is a great set of new features introduced. Now onward, the apps that make up the customer relationship management (CRM) portion of Dynamics 365 are referred to as “Customer Engagement” and include Sales, Customer Service, Field Service, Project Service Automation, and their related…
-
Continue reading →: Query using ‘Not In’ filter – Advanced Find – Dynamics 365 – V 9.0
In the previous versions of CRM, there is no option in Advanced Find, to query all ‘Case’ records that do not have a related task, as we don’t have option to execute ‘Outer Join’ (i.e., Not in). In V9.0 release, a new ‘Does not contain data‘ option added to ‘Advanced Find’ to…
-
Continue reading →: Dynamics 365 – V9.0 – Multiselect option sets walk through
In this article I am going to walk through the new field type “Multiselect Option set” from V9.0. As the name suggests, “Multiselect Option set” will allow User to choose multiple choices. In this walk through, I am going add a new ‘Multiselect Option Set’ called ‘Branches’ on ‘Account’ entity to…
-
Continue reading →: D365 July Updates – Multi select option set and Virtual entity
With July updates Dynamics 365 introduced few new features. I am going to touch base: Virtual Entity: Virtual entities replace previous client-side and server-side approaches to integrating external data, which required customized code and suffered from numerous limitations, including imperfect integration, data duplication, or extensive commitment of development resources. Virtual…
-
Continue reading →: Azure Deployment Slots – Deploy and Swap
Assume that you have your live application deployed on Azure running and you must deploy a hot fix. The option you got is, you might want to take your application down for some time till your hot fix deployed. How about you deploy the hot fix with no downtime, the…


