Latest Microsoft Dynamics 365 Blogs | CloudFronts - Page 11

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 :

Hide table or column in Power BI

Posted On January 30, 2019 by Admin Posted in

Introduction: In this article we will read on how to hide a table or column in Power BI Web Service. Scenario: I have a Power BI Report with 3 Tables; Orders, People and Returns. I want to hide People table when I am publishing the Power BI Report on Power BI Web Service. Steps: Open … Continue reading Hide table or column in Power BI

Share Story :

Resolving an “Error: Value cannot be null” issue in Microsoft Dynamics 365 Project Service Automation

Anyone who uses a CRM on a regular basis hopes that it will work seamlessly without errors. But from time to time, when creating and qualifying a lead, confusing error messages popup and leave users wondering about a resolution.  A very common error in Dynamics 365 Project Service Automation comes up when trying to qualify … Continue reading Resolving an “Error: Value cannot be null” issue in Microsoft Dynamics 365 Project Service Automation

Share Story :

Setting the WorkHourTemplate to schedule resources correctly in Microsoft Dynamics 365 Project Service Automation

I was trying to explore the Extend Booking functionality in Dynamics 365 Project Service Automation (PSA) and saw that the users were getting allocated for the entire 24 hours in a day. Immediately, I realized that the issue was coming up because the work hour template was not set properly. When the new work hour … Continue reading Setting the WorkHourTemplate to schedule resources correctly in Microsoft Dynamics 365 Project Service Automation

Share Story :

Send Emails using WebApi in MS CRM

Posted On January 25, 2019 by Admin Posted in Tagged in

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 :

Creating an Email activity in MS CRM through WebApi

Posted On January 16, 2019 by Admin Posted in

Introduction: This blog explains how to Create an Email activity in MS CRM through WebApi Request: Post URL:  <your instance url>/api/data/v9.1/emails Header: Content-Type: application/json Prefer: return=representation Body: 1. Creating Email with resolved emails (To field of email is record in MS CRM). { “description” : “Email Created”, ///Email Body “[email protected]” : “/accounts(69C38067-EDB7-E811-A961-000D3A363C81)”, “subject” : “Test Email … Continue reading Creating an Email activity in MS CRM through WebApi

Share Story :

Rename Dynamics 365 Sales Entity

Posted On December 25, 2018 by Admin Posted in

Introduction: This blog explains how to rename the Dynamics 365 Sales Entity Scenario: In this we will rename Account Entity To Company. Steps: 1. Rename the Entity. Go to your solution. Select the entity and change the Display Name and Plural Name of entity. Save and Publish your Customizations. 2. Export Translations Click on Translations –> … Continue reading Rename Dynamics 365 Sales Entity

Share Story :

Dynamics 365 Online Authentication with Client Credentials

Introduction: This blog explains how to Authenticate Dynamics 365 Online with Client Credentials. Steps: Steps in Azure 1. Register a App in Azure Active Directory. Login to portal.azure.com Navigate to Azure Active Directory –> App Registration –> New Application registration 2.  Create App with Application type -> Web app/ API. Copy the Value of Application ID. … Continue reading Dynamics 365 Online Authentication with Client Credentials

Share Story :

Actual vs Estimated hours myth

Introduction: All these years, I was calculating ‘Actuals’ as the billable hours on the project with the chargeable role. It was a myth that I continued to believe until I stumbled upon the solution that potentially demystifies this myth in PSA itself. Description: Below is how PSA helped to resolve this complex situation and this … Continue reading Actual vs Estimated hours myth

Share Story :

How to Display Custom Entity in D365 Field Service Mobile App

D365 For Field Service provides everything you need from optimized work order scheduling to predictive maintenance. While you may have used Microsoft Dynamics 365 for Field service, very few may know about the actual steps required to display Custom Entity in D365 Field Service Mobile App. Let’s see how to display Entity in D365 Field … Continue reading How to Display Custom Entity in D365 Field Service Mobile App

Share Story :

Secured By miniOrange