Whats Relationship in BPF?

Whats Relationship in Business Process Flow?So when you add stage, and select some different Entity, Some time you get option of Relationship and sometime you don't see that area Why? Account Entity With Single Stage Account BPF having on stage in it Drag and Drop new stage. Select Entity which has Relationship with contactAnd Notice, … Continue reading Whats Relationship in BPF?

How to create a Business Process Flow (BPF).

Business Process Flow is always Specific to Entity, although you can use multiple entity within Business process Flow. But there is no option to create BPF which can be used over all the entities Landing Page of dynamics 365 Go To Sales Click Arrow Next to Sales Area Now Go To Setting Area. Click Process … Continue reading How to create a Business Process Flow (BPF).

Options in Business process flow

Click on BPF name to see some basic details of BPF.You can see BPF Name, Primary Entity, Owner, Category and Schema NameAlso add Description. Next options is Save or Update of Business process Flow. This button changes depend on state of Business process.This validates not all flow and attribute, just save it as it is. … Continue reading Options in Business process flow

{Back to Basic} Create a Plugin

If you don't see start page, Go to File > New > Project.  Visual Studio is best tool for Creating a plugin for MS CRM/MS D365.Open Visual studioSelect New Project in start Page In New project wizard, Under Visual C# Select Class Library , Class Library is the project which create's Dll, and Project Name and Solution … Continue reading {Back to Basic} Create a Plugin

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