Automating PDF Generation with Dynamics 365 CRM Data Using JSON Mapping and Encodian in Power Automate

In this blog, I will showcase how to seamlessly integrate Dynamics 365 CRM with Encodian to automate the creation of PDFs populated with CRM data. By leveraging Power Automate, you can map data from CRM records directly into fillable PDF forms using JSON mapping. This solution simplifies document generation for processes like contracts, invoices, and reports, ensuring… Continue reading Automating PDF Generation with Dynamics 365 CRM Data Using JSON Mapping and Encodian in Power Automate

How to Populate Prefix in AutoNumber fields based on conditions in Dynamics 365 Sales

Maintaining organized and meaningful data is crucial for effective management and analysis. AutoNumber fields are a popular solution for generating unique identifiers, but sometimes a simple numeric sequence isn’t enough. By adding prefixes based on specific conditions, you can enhance the context of your data, making it easier to identify and categorize records briefly. In… Continue reading How to Populate Prefix in AutoNumber fields based on conditions in Dynamics 365 Sales

How to Change Auto number seed in Dynamics 365 Sales

This blog will help you with the scenario where you must reset the Auto number field seed using the Power Automate and Plugin in Dynamics 365 Sales. Suppose we have the following AutoNumber field created with, Seed value – {DATETIMEUTC:MMM-yy}_001 Using Power Automate: Here, reset the seed back to the original “001”-seed every month Using… Continue reading How to Change Auto number seed in Dynamics 365 Sales

How to get direct count using Fetch XML capabilities

FetchXML in Dynamics 365 is a query language used to retrieve data from the system. It is a powerful and flexible tool that allows users to define complex queries to retrieve specific data from Dynamics 365 entities. An aggregate function into FetchXML queries, we can enhance data retrieval capabilities in Dynamics 365. Whether we can… Continue reading How to get direct count using Fetch XML capabilities

Sequence in Dynamics 365 Sales process

An email, phone conversation, task creation, or record update in the Dynamics 365 Sales system are examples of preset stages that make up a sequence. These actions can be initiated manually by the user or automatically in response to predetermined criteria. They are set up to happen in a particular order. These can be referred… Continue reading Sequence in Dynamics 365 Sales process

Role-Based Sitemap Navigation in Dynamics 365 CE

Different users’ access to different kinds of records is defined by their security roles. You can limit access to entities by using security roles and the rights associated with them. In this blog, we will discover how to set up role-based SiteMap navigation in Dynamics 365 CE. We shall limit the area of a role-based… Continue reading Role-Based Sitemap Navigation in Dynamics 365 CE

Microsoft Dynamics 365: 2023 release wave 2 plan overview

As features are ready for release, the Dynamics 365 release plan for the second wave of the 2023 release notifies customers of the most recent upgrades. The second wave of updates for Dynamics 365, Viva Sales, and the supply chain platform are scheduled for release between October 2023 and March 2024. In addition to Microsoft… Continue reading Microsoft Dynamics 365: 2023 release wave 2 plan overview

How to Get Barcode Value in Dynamics 365 Mobile App

Microsoft Dynamics 365 provides the ability to scan the barcode from the mobile phone and tablets. For that you can enable “Barcode Scanner” control on any single line of text field from the form. One can use this Barcode Scanning option to access the data easily. Let’s take an example to understand it in a… Continue reading How to Get Barcode Value in Dynamics 365 Mobile App

Dynamics 365 Media and Entertainment Accelerator

The media and entertainment industries have better solutions available in the extended power platform common data model through the use of Dynamics 365 Media and Entertainment Accelerator. The fans and guests’ engagement are now easily manageable via out-of-the-box model driven and canvas apps. The accelerator provides the below features: Microsoft Teams is integrated with the… Continue reading Dynamics 365 Media and Entertainment Accelerator

Increase efficiency with the Dynamics 365 Government Accelerator

What is Microsoft Dynamics 365 Government Accelerator Microsoft Dynamics 365 Government Accelerator is a new tool designed to assist public sector and government entities in understanding and consuming data.   This first wave of the government data model supports policies, services, programmes, benefits, eligibility, licences, permits, grants, and more. It is accessible as an independent… Continue reading Increase efficiency with the Dynamics 365 Government Accelerator

Dynamics 365 Education Accelerator : Transforming Education Management

Dynamics 365 allows us to develop vertical solutions using industry accelerators. Accelerators are the extensions for the Microsoft Power Platform applications that provide the templates to suit the respective industry requirements. They provide most of the inbuilt functionalities so that the specific industries could leverage those features for their business requirements. In this blog we… Continue reading Dynamics 365 Education Accelerator : Transforming Education Management

Dynamics 365 Automotive Accelerator

As we know that Dynamics 365 Industry Accelerators are the vertical solutions supported on top of common data model to help the customers to easily configure their business requirements. Dynamics 365 Automotive Accelerators basically provide the features which can be leveraged by the dealers and the Original Equipment Manufacturers (OEMs) that includes automobile related deals… Continue reading Dynamics 365 Automotive Accelerator

Co Pilot from Microsoft

Microsoft Dynamics 365 Copilot offers interactive, AI-powered assistance in a variety of business processes. You can use this AI tool to analyze your data, then do things like find trends in specific data sets, create new sheets and charts based on that data, and even It even explains how it works and how to produce… Continue reading Co Pilot from Microsoft

Rename multiple views easily in Dynamics 365 and PowerApps

In this blog, we will see how to rename multiple system views together using export import approach. Many a times, we come across a situation, where we rename entity. So, if we are renaming the entity, next obvious thing will be renaming the views as well. Now, if there are multiple system views then renaming… Continue reading Rename multiple views easily in Dynamics 365 and PowerApps

Dependent Assemblies Update!

Hey Readers, breaking news!! and good ones this time!! Microsoft has released supported way for dependent assemblies in plug-ins. This release was released for public review for admins, makers, marketers, analysts automatically on 31 July 2022. General availability is yet to be announced. Currently developers use ILMerge Utility to combine set of assemblies in plug-in,… Continue reading Dependent Assemblies Update!

Introducing Power Pages!

Microsoft Power Pages is a part of the Microsoft Power Platform family. It is an evolution of Power Apps portals. The new features included are the new design studio. The templates are in preview for users to try and provide feedback. We can expect general availability of the Power Pages by next year. We can… Continue reading Introducing Power Pages!

Migrate Audit records from Dynamics 365 CRM to Azure SQL Server

Storage space comes at a premium in Dynamics 365 world. So, we need to manage it carefully and aggressively. When audit is enabled, the space it occupies creeps up steadily and silently and we only notice it when we get a message from Microsoft telling us we have run out of storage space. So, a… Continue reading Migrate Audit records from Dynamics 365 CRM to Azure SQL Server

Set Default Font style and Size of Email in Dynamics 365 Sales

In this blog we will see how we can set default font style and font size for the Email records in Dynamics 365 Sales. To achieve this, we need to follow the steps below: Create a new web resource Bind the new Web resource to the required email form where the changes need to be… Continue reading Set Default Font style and Size of Email in Dynamics 365 Sales

Dynamics 365 Sales data import. Anomalous materials and unforeseen consequences

We all have imported data into CRM at some point in our life. And a part of the process of importing data is cleaning up the data the is to be imported. I am sure almost all of us have encountered some unusual data that we had to clean up and some unusual data that looks… Continue reading Dynamics 365 Sales data import. Anomalous materials and unforeseen consequences

Load metadata of all entities and get Object Type Code based on Entity name in Dynamics 365 for Sales.

In this blog I’ll be taking you over how to get the Object type Code for the particular entity based on the Entity name. Suppose we need to get object type code for different entities in a loop in an stand alone .Net application. Generally, people are writing a fetch into the loop but not… Continue reading Load metadata of all entities and get Object Type Code based on Entity name in Dynamics 365 for Sales.