web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Power Automate Expressions List

Power Automate (formerly Microsoft Flow) uses the Workflow Definition Language (WDL) for expressions, which is the same as Azure Logic Apps. Expressions allow you to perform dynamic operations like data manipulation, calculations, and logic within...

Pradip Raj 327
Like (0)
What is Virtual Entity in Dynamics 365 CE?

In Dynamics 365 CE (Customer Engagement), a Virtual Entity is a special type of entity that lets you read data in real-time from an external data source—without storing that data inside the Dataverse database A virtual entity is a window to extern...

Pradip Raj 327
Like (0)
Complete Setup Guide on “Email to Case” Process in Dynamics 365 CE Customer Service

Create user accounts Create user accounts and assign Dynamics 365 product licenses to them via the Microsoft 365 admin center. To access the Microsoft 365 admin center, you or someone at your organization needs to be a Microsoft 365 tenant admin. ...

Pradip Raj 327
Like (0)
Delete Message Plugin in Microsoft Dynamics 365 CE

✅ Use Case Prevent deletion of contact records if a custom condition is met (e.g., DoNotDelete field = true). 🔧 Plugin Registration Details: 💡 C# Plugin Code (Delete Message) 📌 Plugin Registration Steps (using Plugin Registration Tool): 📁 Note...

Pradip Raj 327
Like (0)
How to Use Webhooks in Dynamics 365 Customer Engagement (CE): A Step-by-Step Guide

✅ What Are Webhooks in Dynamics CE? Webhooks allow Dynamics 365 CE (Dataverse) to send HTTP POST requests to external URLs when specific events (like create, update, delete) happen in the system. They’re lightweight, scalable, and useful for real-...

Pradip Raj 327
Like (0)
Step-by-Step Guide to Creating and Using Custom APIs in Dynamics 365 Customer Enga...

🎯 What is a Custom API in Dynamics 365 CE? Custom API is a powerful feature that allows developers to create their own messages and actions in Dataverse that can be called via: Unlike traditional Actions or Workflows, Custom APIs are more perform...

Pradip Raj 327
Like (0)
Step-By-Step Guide for Developing an SSIS (SQL Server Integration Services) Packag...

✅ Step 1: Prerequisites Before starting, ensure you have the following: ✅ Step 2: Install KingswaySoft Toolkit ✅ Step 3: Create a New SSIS Project ✅ Step 4: Create a Connection to Dynamics 365 ✅ Step 5: Configure Source (Data Input) Example: From ...

Pradip Raj 327
Like (0)
Dynamics 365 plugins code examples

In Microsoft Dynamics 365 (Customer Engagement), messages refer to operations that can be executed on records via the Organization Service, such as Create, Update, Delete, Assign, and many more. These are especially relevant when developing Plugin...

Pradip Raj 327