Field Security Profile Issue

While working on Field Security Profiles, You may face issue. Your user is created properly with proper role assigned to it. Field is also marked as "fields security" as true. And I am sure you have published all the customization at this point. And still you get following issue. The User does not have read … Continue reading Field Security Profile Issue

Hybrid Features for Unified User Interface

Want  Advanced Find, Bulk edit, Merge records and Record sharing for Unified interface Apps as well ?? It's not a big deal. Just need to make one change. Go to Settings > Administration > System Settings. Select the General tab. Set Enable embedding of certain legacy dialog's in Unified Interface browser client to Yes.   When you enable the hybrid experience, commands appear on the … Continue reading Hybrid Features for Unified User Interface

Get CRM Record GUID with in browser.

  Simple Steps to get GUID of current record. Create a bookmark on any browser. I choose to use Google Chrome. In Name Add any friendly name you want. "Get CRM GUID" and In URL add Following Javascript Code. javascript: if (window.prompt("Here, copy this:", $("iframe").filter(function () { return ($(this).css('visibility') == 'visible') })[0].contentWindow.Xrm.Page.data.entity.getId().slice(1, -1))) { } … Continue reading Get CRM Record GUID with in browser.

{Back to Basics} Sub-Grid Behavior

If you think, sometime Sub-Grid opens New Window and sometime shows data in same window, So that’s not an issue, This is how it behaves and there are reason behind it.The Behavior of Sub-Grid Actions (View/Add/Delete) varies On Records selected. Following table explain each event and its behavior Event Behavior When Show list Button is … Continue reading {Back to Basics} Sub-Grid Behavior

Unified interface properties for Activity Tab/Activity Feed Timeline {New in V 9.0 }

Open Activities Tab properties Older version of CRM have Following option in Activities Tab properties   In D365 V 9.0, We have Additional Setting for Unified interface Properties Options for Unified Interface 1. Label Name 2. Filter by - To filter what to be viewed on activity timeline. Either view all, or one of Activities/Notes/Posts. … Continue reading Unified interface properties for Activity Tab/Activity Feed Timeline {New in V 9.0 }

What’s New in V 9.0 and what has changed for Developers?

SDK Changes : With the release of Dynamics 365 (online), version 9.0, there are a lot of changes in our developer documentation New location: https://docs.microsoft.com/dynamics365/customer-engagement/developer/ New name: Developer Guide No more monolithic SDK download Separation and fusion of reference content Client API documentation overhaul Detailed entity documentation New name: Developer Guide A Software Development Kit (SDK) … Continue reading What’s New in V 9.0 and what has changed for Developers?

Reference Panel {New in V 9.0 }

One More Option in Section, A Reference Panel -  A Reference panel is a single column section. You can insert sub grids, Quick view control, or a Knowledge Base Search control inside a Reference panel section. Facts About Reference Panel  1. You cannot add all Controls, Only controls for Reference panel are Sub Grid, Quick View … Continue reading Reference Panel {New in V 9.0 }

New Quick Create Form for Appointment. {New in V 9.0 }

We have New Form for Appointment in D365 V 9.0 Quick Create Form, This is an optimized form. Before V 9.0 We had following forms   But now we have one more form This appointment Quick Create form is currently being used in Interactive Screens In older version Appointment was not having option of allow … Continue reading New Quick Create Form for Appointment. {New in V 9.0 }

No More Form type (Main Form – Interactive Experience and Mobile – Express) {New in V 9.0 }

Yes. Before V 9.0 We had 6 Form types Main Form Mobile - Express  Quick View Form Quick Create Form Card Form Main Form - Interactive Experience In D365 v 9.0. We have only Four forms types Main Form Quick View Form Quick Create Form Card Form   With new UUI - Unified user interface,  … Continue reading No More Form type (Main Form – Interactive Experience and Mobile – Express) {New in V 9.0 }

[QA] Document Management

Different ways of File Management in MS CRM provided OOB? Notes (Stores File in Azure Cloud for CRM Online) SharePoint One Note One Drive [Notes] Default option for attaching files in Notes which is not configured at global level, CRM > Setting > Customization > Customize The System > Entities > Select Any entity (contact) … Continue reading [QA] Document Management

Audit Activity Logging {New in V 9.0 }

You must have access of System customizer or system Administrator or Equivalent Role. If you notice in Setting > auditing > Global Audit Setting > Audit Setting Area > We have new option called Start Reading Auditing. What is this for and how this will help in auditing?Also notice in Setting > Customization > Entities … Continue reading Audit Activity Logging {New in V 9.0 }

[Demo] Audit Activity Logging

  Please read part 1 for better understanding. Lets Demo for Account Entity, We will activate start reading auditing at Global audit setting @Organization level Activate Single and multiple record auditing @entity level Add Any Attribute or make some changes in Account entity and Publish the customization I am adding new field and publishing the … Continue reading [Demo] Audit Activity Logging

Unable to Connect Dynamics CRM OrganizationWebProxyURL is null

While connecting Dynamics 365, to be Specific 9.0 using Following code of Console **For Connecting CRM Via Console App, Find my Blog Here Application, you will not be able connect to CRM You will get Following Error in Log. Unable to Connect Dynamics CRM OrganizationWebProxyURL is null.   This Behavior of CRM is Because of … Continue reading Unable to Connect Dynamics CRM OrganizationWebProxyURL is null

Dynamics 365 Spring ’18 Release is here!

Spring '18 Release  is here Microsoft's another major release is here. • Unifying our business applications across marketing, sales, service, operations, finance, talent, and retail into a comprehensive family of capabilities that spans the entire business process landscape – so you can solve specific business problems with applications that work seamlessly together. • Ensuring you … Continue reading Dynamics 365 Spring ’18 Release is here!

Setting > Security > Business Unit

Business Unit, This can think as a grouping of members working in Organization. Organization may be Small or big, always have different sectors of business and each business have different role to play or combined role to play. Organization having different sector of business which need  to be grouped so to identify and monitor every … Continue reading Setting > Security > Business Unit

How D365 V 9.0 is different from V 8.2?

Setting > Auditing > Audit Summary View  > Delete option Setting  > Document management > Removed option of Manage Document Suggestion Setting > Administrator has some changes in options Data performance is not in 8.2 but this option is now in V 9.0 Mobile offline configuration was there in 8.2 but now with Unified interface, … Continue reading How D365 V 9.0 is different from V 8.2?