Skip to main content

Notifications

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
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
Like (0)
How to Write Basic Plugins in Dynamics 365 CE

1. Create Message Plugin Triggered on the creation of a Contact.Logic: 1. Update Message Plugin Triggered on update of an Account.Logic: 🔧 Plugin Registration Tips Plugin Name Message Primary Entity Stage Execution Mode CreateContactPlugin Create...

Pradip Raj 327
Like (0)
Understanding Power Platform Environments

✅ What is a Power Platform Environment? An Environment in the Power Platform is a logical container used to store, manage, and share your organization’s apps, flows, data, and resources. It serves as a boundary for: 🧱 Environment Structure Each e...

Pradip Raj 327
Like (0)
Understanding Power Automate: A Comprehensive Guide

✅ What is Power Automate? Power Automate (formerly known as Microsoft Flow) is a cloud-based service from Microsoft that enables users to automate workflows and tasks across different applications and services—without the need for manual coding. I...

Pradip Raj 327