Category Archives: D365 General
Create Notes Attachment using WebAPI
Introduction: After the introduction of web API in CRM, user can execute all the requests which is possible through C# or JavaScript. In this blog I will explain how to attach a document to record using the postman. Description: Notes attachments has been tested with a custom entity and tested on Postman. To work this, … Continue reading Create Notes Attachment using WebAPI
Share Story :
Share SharePoint document programmatically
Introduction: Sometimes it is required to share the certain documents with outside users. It is possible that user can share that document as hard copy. If that document is hosted on SharePoint user can make a shareable link. Description: Sharing a document to the outside users are possible via directly going to SharePoint and creating … Continue reading Share SharePoint document programmatically
Share Story :
Shortcut to Settings from Unified Interface: D365
If you’re spending time looking and wondering that you always need to go to the app switcher to go the Settings from the Unified Interface, you need to do the following – Once you are in the Unified Interface, click on the Gear icon next to the help icon on top-right corner as shown below … Continue reading Shortcut to Settings from Unified Interface: D365
Share Story :
Bulk Clear field values in D365
Introduction: A very handy approach for admins and users of Dynamics 365 who want to bulk clean up field values – And just selecting them in Bulk Editing them as shown below doesn’t help!! So here’s the scenario – You want to clear the selected records for their Credit Score field. Because primarily, you can … Continue reading Bulk Clear field values in D365
Share Story :
Integrating SharePoint with D365 Portal
Introduction: This blog explains how we can add files from D365 Portal directly into SharePoint which was long awaited feature missing from Portals. Below are the Steps: Step 1: Set up SharePoint integration from Portal Admin Center 1. Go to the Dynamics 365 Administration Center page and select the Applications tab. 2. Select the name of the … Continue reading Integrating SharePoint with D365 Portal
Share Story :
Run OnDemand Workflow in D365 CE UCI Apps
Introduction: This blog explains the steps on how to enable OnDemand Workflow in D365 CE UCI Apps. Scenario: After clients are upgraded to D365 CE V9 version, Users are unable to use Classic App functionality to run OnDemand Workflows which was showstopper since it was routine task and much needed functionality. Steps: Below are steps … Continue reading Run OnDemand Workflow in D365 CE UCI Apps
Share Story :
Create Folder Structure in SharePoint using MS Flows
Introduction: In this blog we will see how we can create folder structure in SharePoint for Leads when the record is created in CRM using MS Flows Pre Requisites: SharePoint Integration must be enabled for the required entities Implementation Step 1: Here in our Flows we have used “Create of a record(Leads)” as trigger condition. … Continue reading Create Folder Structure in SharePoint using MS Flows
Share Story :
Use setFormNotification (Client side JS) in D365 v9 while Real-Time workflow is executing
Often, when a real-time workflow is being executed in the background, users don’t know how long it will take for the processing to finish. setFormNotifications in D365 v9 come handy! Scenario Here’s how I put my scenario – I call the Real-Time workflow using JS, example, on change of a certain field or the JS … Continue reading Use setFormNotification (Client side JS) in D365 v9 while Real-Time workflow is executing
Share Story :
Send Emails using WebApi in MS CRM
Introduction: This blog explains how to Send Emails using WebApi in MS CRM. Request: Post URL: <your instance url>/api/data/v9.1/ emails (<guid of the email record>)/Microsoft.Dynamics.CRM.SendEmail Header: Content-Type: application/json Parameter To be send in body: Parameter Value Comment IssueSend False If value is set as false, then email is market as sent only in MS CRM. IssueSend True … Continue reading Send Emails using WebApi in MS CRM
Share Story :
Audit User Access in D365
One of the most common asks as an administration is to know when the user started accessing the system and from where. In your Dynamics 365 Customer Engagement apps, you can enable Auditing for User Access. Enable Auditing of User Access You need to enable this feature once you enable Auditing on Organization level. … Continue reading Audit User Access in D365