How to Enable Auto Numbering for Field Service Entities in Dynamics 365 CRM

Introduction There are various options for providing an automatically generated number for the next record created in Dynamics 365 CRM. This feature is useful to uniquely identify records. Latest Field Service upgrades introduced (version) of this feature independently for Field Service by configuring the settings from ‘Field Service Setting’ area. This blog will be the… Read More »

How to use Scope with Common Data Service in Microsoft Flow

Introduction As we know in Dynamics 365 CE, the record access level plays a very crucial role, because it helps users to limit the access to the records in the Organization. This access of records can be to whole Organization, Parent: Child Business Units, Business Unit and User level. In the same way we can… Read More »

Automate Quote Approval Process in Dynamics 365 CRM using Microsoft Flow

Introduction Microsoft Flow helps us to automate everything – from simple notifications to complex business processes with defined steps and stages. By using Approval process you can manage the approval decision of invoices, leads etc. from the higher level management in the organization. In this blog, we are going to explore how to automate Quote… Read More »

Power Platform: How to use Text classification model of AI Builder

Introduction/Summary Emails, Web pages, social media, chat, survey responses, etc. are some of the channels through which customers communicate with a company or organization. The data or text messages coming through these channels are unstructured. Due to its unstructured nature it is difficult to extract insight like, whether the customer is happy or not, whether… Read More »

How to perform multiple CRUD operations using executeMultiple Web API Request in Dynamics 365 CRM

Introduction In this blog, we will learn how to perform multiple CRUD operations in a single Web API request using executeMultiple function. Currently, if we perform the CRUD operation on Dynamics 365 CRM then there is a need to fire the API request to each CRUD API operation. But with the help of executeMultiple we… Read More »