There are two ways you can create Business task flow in MS D365. Way 1 : Directly in default solution from settings > process area Home Page Click Sales Go To setting > Process Click New process Add process Name Select process type as "Business process flow" Select Entity ##Important - Select Business process type … Continue reading Create Business task Flow
Category: Dynamics 365
Points to know about D365 Portals.
Points to Remember 1. You now have Unified interface App for Portal2. Change base URL anytime. Question Answers: 1) Can you Migrate Portal Configuration from one Environment to another?Yes, In version 9.0.10 it is now possible to move your portal between environments.2) Can we integrate Portal with Power BI?Yes, Login to instance picker, Click Application … Continue reading Points to know about D365 Portals.
How Login Works in D365 Portal
Why Portal is best Choice?It give your users a simple view of Portal or their business data.Also because it saves your money for licensing cost.For E.G You have user base of lets says 1000 users, you purchased the license for each user and each user login in to CRM just to Create/view/Edit or delete some … Continue reading How Login Works in D365 Portal
Calling Workflow In BPF
Things to consider.> You can trigger only workflow from workflow Composition.> Workflow which we want to trigger from action step or workflow composition must be On-Demand Workflow, No background or child workflow will work here >You cannot Copy,Cut and Paste Workflow step.> There is no specific Max Limit of workflow which can be called from … Continue reading Calling Workflow In BPF
Action Step in BPF
Things to consider.> Action step you can trigger workflow as well as Action.>Action which we want to trigger must be allowed to run as a business process flow. Action which has option "As a Business Process flow action step" Selected. >Action with Input parameter as Entity, Entity Reference or Option sets are not allowed for … Continue reading Action Step in BPF
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?
Some Important Facts About BPF
In Each stage, there should be at least one data step, for E.G if you have 5 data steps in one Stage, and if you try to delete any four it will allow, but for last remaining one it wont allow you to delete. No Max limit of Draft BPF, But You can have only … Continue reading Some Important Facts About 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
Start with D365 Portals.
For Learning about Portals your D365 Trial is Enough.To get the trial check my blog here Once you have Trial, Go to Office Portal Login using same credentials you got for D365 Click Admin App, this will take you to admin portal of Office 365. Now Navigate to Dynamics 365 Instance picker shown in below … Continue reading Start with D365 Portals.
{Back to Basic} Debug a plugin
Its a common topic, Almost all developers are aware of how to debug a plugin. This Blog will give you a detailed view of debugging a plugin. Going Back to Basics Strengthens your foundation. We all as a developer or automation tester need to debug a plugin to find what exactly is the issue or … Continue reading {Back to Basic} Debug a plugin
{Back to Basic} Register a Plugin
Create a Plugin explains how plugin is created, But next step is to register a plugin. first thing to understand is You have a plugin Dll created in visual studio, this Dll is in your local drive. Your CRM Online is on Azure server, So now How to Link both? Lets say you want to … Continue reading {Back to Basic} Register a Plugin
{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 Code From Plugin Registered Assembly
What if you lost your Project or Plugin Code or let's say a developer who owned the code for your plugin/Custom Workflow? Recently I faced this issue I lost one of my Code Active Class and I had no backup, No File on VSTS or any source control, No Server Sync, Nothing. The only thing … Continue reading Get Code From Plugin Registered Assembly
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?