Skip to main content

Dynamics 365

Microsoft Dynamics 365 tutorials covering Sales, Customer Service, Field Service, and Power Platform integrations.

117 articles

Dynamics 365 · Dynamics 365

Customer Insights: Real-Time Segment Overlap Detection

Two segments that overlap by 80% are doing the same job twice. The query to spot it, the cleanup pattern, and what the cost looks like in 2026.

3 min read
Dynamics 365 · Dynamics 365

D365 SLA Pause vs Stop: A 2026 Design That Doesn't Lie

The Dynamics 365 SLA Pause that quietly never unpauses — why it happens, the conditions to audit, and a cleaner pause-vs-stop design.

3 min read
Dynamics 365 · Dynamics 365

Power Pages + Entra External ID: A Clean Migration From B2C

Azure AD B2C is winding down. Here is how to wire Power Pages to Entra External ID without breaking existing contact links.

4 min read
Dynamics 365 · Dynamics 365

Customer Insights Segment Thrash: Stop the Recompute Loop

Customer Insights segments recompute too often when upstream tables churn. Here is how to detect thrash and stabilize segment definitions.

4 min read
Dynamics 365 · Dynamics 365

Power Platform DLP Policy Design: A Tiered Pattern That Scales

Single-policy DLP is a trap. Here is a tiered pattern that protects Dataverse and Dynamics 365 without blocking legitimate maker workflows.

4 min read
Dynamics 365 · Dynamics 365

Dataverse Formula Column Cycles: How to Detect Them Before Save Fails

Formula column cycles surface as cryptic save errors in Dataverse. Here is how to walk the dependency graph and catch them before deployment.

4 min read
Dynamics 365 · Dynamics 365

Dual-write Replication Lag: A Monitoring Playbook That Wakes You Up

Dual-write between F&O and Dataverse drifts under load. Here is how to monitor lag, alert on it, and recover without manual table-by-table catchup.

4 min read
Dynamics 365 · Dynamics 365

Power Platform Pipelines in 2026: Beyond the Out-of-Box Story

Power Platform managed pipelines are good. They are not enough. Here is what to add for real multi-environment Dataverse delivery.

4 min read
Dynamics 365 · Dynamics 365

F&O Data Management Packages: A Versioning Discipline That Holds

Data management packages in Dynamics 365 Finance accumulate drift across environments. Here is a versioning pattern that keeps imports reproducible.

4 min read
Dynamics 365 · Dynamics 365

Dynamics 365 License True-up: The Trial-period Reckoning

Trial users in Dynamics 365 convert silently into compliance liabilities. Here is how to run a clean true-up before the audit forces it.

4 min read
Dynamics 365 · Dynamics 365

Multi-table Rollup Anti-patterns: When the Aggregate Lies

Rollup columns silently lag, drop rows, and double-count across relationships. Here are the failure modes and the patterns that replace them.

4 min read
Dynamics 365 · Dynamics 365

Omnichannel Routing Skill Decay: Why Your Best Agents Drift to Average

Skill-based routing in Omnichannel rewards stale skill tags. Without a decay model, your top agents end up routed the same as everyone else.

4 min read
Dynamics 365 · Dynamics 365

PCF Bundle Size Budgets: The Number Nobody Sets Until It Hurts

PCF controls quietly inflate model-driven form load time. Here is the bundle-size budget, the build wiring, and the gates that prevent regressions.

4 min read
Dynamics 365 · Dynamics 365

Power Pages Anonymous Access: The Risks You Are Already Shipping

Anonymous access on Power Pages leaks more than you think. Table permissions, web roles, and FetchXML endpoints all bleed. Here is how to harden them.

4 min read
Dynamics 365 · Dynamics 365

Sales Copilot Prompt Injection: A Defense Pattern That Actually Holds

Sales Copilot reads CRM notes, emails, and accounts. Each is an injection surface. Here is how to harden grounding without crippling the assistant.

4 min read
Dynamics 365 · Dynamics 365

Virtual Tables in Dataverse: When to Use, When to Walk Away

Virtual tables expose external data as Dataverse rows without ETL. The cost surfaces as latency, filter limits, and broken assumptions. Use sparingly.

5 min read
Dynamics 365 · Dynamics 365

FetchXML vs OData: Which Query Wins in 2026

FetchXML and OData both hit Dataverse, but they perform very differently under load. Here is the practitioner cheat sheet for picking the right one.

1 min read
Dynamics 365 · Dynamics 365

Sub-grids vs Editable Grids: A Decision Framework

Editable grids look like a productivity win until they break business rules and bypass plugins. Here is when to use each grid type without regret.

3 min read
Dynamics 365 · Dynamics 365

Lead Routing Rules That Actually Distribute Work

Round-robin assignment looks fair until vacation, time zones, and capacity break it. A practical pattern for routing rules that survive contact with reality.

3 min read
Dynamics 365 · Dynamics 365

Triage Power Automate Flow History Without Going Insane

A repeatable workflow for diagnosing failing Dynamics 365 flows fast: filter run history, cluster errors, isolate poison messages, and prevent silent retries.

2 min read
Dynamics 365 · Dynamics 365

Dataverse Plug-ins: The Development Guide

When to use plug-ins, execution modes (pre/post/sync/async), development workflow, and testing patterns.

3 min read
Dynamics 365 · Dynamics 365

Microsoft Dynamics 365 Sales: A Practical Overview

What Sales actually does, how it fits with the rest of D365, key configurations, and the features that drive real pipeline value.

3 min read
Dynamics 365 · Dynamics 365

Goals and Goal Metrics: Configuring the Math Correctly

Goals in Dynamics roll up actuals against targets, but the metric definition decides whether the numbers mean anything. Here is the configuration that holds up.

3 min read
Dynamics 365 · Dynamics 365

The Plugin Profiler Workflow Every Dev Should Know

Step-by-step playbook for profiling a Dynamics 365 plugin offline using the Plugin Registration Tool, replaying production failures locally without risk.

2 min read
Dynamics 365 · Dynamics 365

Dynamics 365 Sales Agent: Mobile and In-Context

Wave 1 enhancements bring Sales Agent to field reps — mobile-first, in-context experiences across Outlook, Teams, Dynamics.

3 min read
Dynamics 365 · Dynamics 365

SLAs in Dynamics 365 Customer Service

Enhanced SLAs, timer behavior, KPI instances, and the configuration that makes reports actually trustworthy.

3 min read
Dynamics 365 · Dynamics 365

D365 On-Prem to Dataverse Online Migration

The migration path from D365 on-prem to Dataverse online — assessments, data movement, integration rework, risk windows.

3 min read
Dynamics 365 · Dynamics 365

Solution Patches vs Upgrades: Pick the Right Tool

When to ship a Dynamics 365 patch, when to ship an upgrade, and when to do neither. The decision matrix experienced ALM teams actually use.

2 min read
Dynamics 365 · Dynamics 365

Managed Properties: A Strategy That Survives Customers

How ISVs and internal platform teams use managed properties in Dynamics 365 to lock down components without painting themselves into a corner.

2 min read
Dynamics 365 · Dynamics 365

Dataverse Search vs Quick Find: End the Confusion

Two search engines coexist in Dynamics 365 and behave differently. Here is when to use each and how to tune them for production traffic.

2 min read
Dynamics 365 · Dynamics 365

Elastic Tables in Dataverse: When NoSQL Beats Relational

Elastic tables are Dataverse's Cosmos DB layer for high-volume, schema-flexible workloads. Here is when they outperform standard tables.

2 min read
Dynamics 365 · Dynamics 365

Plugin vs Power Automate vs JS Web Resource: A Decision Map

Three places to put business logic in Dynamics 365 and three different failure modes. Here is the decision tree senior architects actually use.

2 min read
Dynamics 365 · Dynamics 365

D365 + Azure: Integration Patterns

Service Bus, Event Grid, Logic Apps, Azure Functions — the Azure services that shape modern D365 integration architecture.

3 min read
Dynamics 365 · Dynamics 365

Saved Views Governance: Taming the View Sprawl

Personal views multiply faster than users, and unmaintained system views slow every grid. A practical playbook for view inventory, ownership, and retirement.

3 min read
Dynamics 365 · Dynamics 365

AI Builder on Power Platform: A Practical Guide

Pre-built AI models, custom models, capacity planning, and where AI Builder earns its keep in D365 workflows.

3 min read
Dynamics 365 · Dynamics 365

Canvas Apps Patterns for D365 Integration

Building canvas apps that talk to Dynamics 365 — connection patterns, form vs gallery choices, and performance tips.

3 min read
Dynamics 365 · Dynamics 365

Dynamics 365 Customer Service: The Guide

Case management, omnichannel, knowledge, routing — the configuration that transforms Customer Service from ticket tool to service engine.

3 min read
Dynamics 365 · Dynamics 365

PCF Controls: When to Build, When to Buy, When to Skip

Power Apps Component Framework lets you build custom controls for Dynamics 365 forms. Here is when the investment pays off and when it does not.

2 min read
Dynamics 365 · Dynamics 365

Copilot Studio vs AI Builder: Drawing the Line in 2026

Both Microsoft tools build AI into business processes. They overlap and they do not. Here is the practitioner decision matrix for picking the right one.

2 min read
Dynamics 365 · Dynamics 365

Environment Variables in Power Platform: Doing It Right

Environment variables are the only sane way to handle environment-specific config in Power Platform. Here is the implementation that scales.

2 min read
Dynamics 365 · Dynamics 365

Copilot for Sales in Teams: What Reps Actually Use

Copilot for Sales lives inside Outlook and Teams. After two years of deployments, here is what sales reps adopt and what gets ignored.

2 min read
Dynamics 365 · Dynamics 365

Dataverse Outbound: Webhooks vs Service Bus vs Event Grid

Dataverse can push events to Webhooks, Azure Service Bus, or Event Grid. Each has a sweet spot. Here is the head-to-head with real failure modes.

2 min read
Dynamics 365 · Dynamics 365

Hierarchy Security in Dynamics 365: The Real-World Guide

Hierarchy security looks like a clean alternative to BU sprawl until you hit the depth limit. Here is what works in production environments.

2 min read
Dynamics 365 · Dynamics 365

Dataverse Storage Warnings: A Reduction Playbook

Storage capacity warnings start orange at 80% and turn into deployment blocks at 100%. Here is the order of operations for reclaiming space fast.

2 min read
Dynamics 365 · Dynamics 365

Dynamics 365 2026 Release Wave 1: What's Landing

April-September 2026. Copilot and agents across Sales, Customer Service, Contact Center, Business Central. The highlights.

2 min read
Dynamics 365 · Dynamics 365

Copilot in Dynamics 365: What Actually Changed

Copilot features across Sales, Customer Service, Field Service — which help, which are demo-ware, and how to pilot without blowing the budget.

3 min read
Dynamics 365 · Dynamics 365

Power Automate Flows for D365 Automations

Cloud flows, triggers, actions, error handling — the patterns that keep automation maintainable as your org grows.

3 min read
Dynamics 365 · Dynamics 365

Sequences in Sales: Orchestration Without the Spam Trap

Sequences in Dynamics 365 Sales drive consistent outreach when configured well, and burn pipeline when they are not. Here is the working playbook.

3 min read
Dynamics 365 · Dynamics 365

Microsoft Dynamics 365 Business Central: The Practical Overview

What BC actually does, who it fits, how to extend it safely, and the migration path from legacy NAV/GP.

3 min read
Dynamics 365 · Dynamics 365

Dynamics 365 2026 Wave 1: The Deep Dive

Beyond the overview — specific features, timing, deployment considerations across Sales, Service, Contact Center, BC.

3 min read
Dynamics 365 · Dynamics 365

Business Central Agentic ERP: Sales Scenarios

Wave 1 agents automate sales order scenarios. The 2026 realities — what actually automates, what still needs humans.

3 min read
Dynamics 365 · Dynamics 365

Forecast Configurations: The Advanced Patterns That Hold Up

Forecast templates are quick to spin up and slow to fix. The hierarchy, columns, and adjustment rules decide whether sales leaders trust the number.

3 min read
Dynamics 365 · Dynamics 365

Plugin Trace Logs: From Noise to Signal

How to collect, query, and act on Dynamics 365 plugin trace logs without filling Dataverse storage or missing the failure that matters.

2 min read
Dynamics 365 · Dynamics 365

Power Platform Pipelines: Production-Ready ALM in 2026

Power Platform Pipelines replaced the export-import dance, but enterprise teams need guardrails Microsoft does not give you. Here is the working playbook.

2 min read
Dynamics 365 · Dynamics 365

D365 + Power Platform: The Integration Playbook

How Power Apps, Power Automate, Power BI, and Power Virtual Agents extend D365 — patterns that work, anti-patterns that do not.

3 min read
Dynamics 365 · Dynamics 365

Calculated, Rollup, Formula: Pick the Right Column Type

Three Dataverse column types compute values without code, and they have wildly different performance and freshness characteristics. Here is the breakdown.

2 min read
Dynamics 365 · Dynamics 365

Form Scripting Performance: Make Forms Feel Instant

Why your Dynamics 365 form takes 8 seconds to open and how to drive it under 2. Concrete patterns for OnLoad, OnSave, and OnChange handlers.

2 min read
Dynamics 365 · Dynamics 365

Bulk Delete Jobs: Operate Like a DBA, Not a Junior Admin

Bulk Delete is the most underrated Dataverse maintenance tool. Use it like a DBA and your environment will outlive every reorg.

2 min read
Dynamics 365 · Dynamics 365

Model-Driven Apps on Power Platform: The Guide

Apps that run on Dataverse schema — site map, forms, views, dashboards — when model-driven is the right tool.

3 min read
Dynamics 365 · Dynamics 365

Power BI in Customer Engagement: Embedding That Actually Works

Power BI inside model-driven apps looks effortless and is anything but. Here are the embedding patterns that survive enterprise scale.

2 min read
Dynamics 365 · Dynamics 365

Business Process Flows Break at Scale: Here Is Why

Business Process Flows look great in a demo and crumble at 200 users. Architectural pitfalls, the workarounds, and when to abandon BPFs entirely.

1 min read
Dynamics 365 · Dynamics 365

Customer Insights Data: Unification Pitfalls We See Often

Customer Insights Data builds the unified profile, but match rules and dedup logic trip up most implementations. Here are the patterns that work.

2 min read
Dynamics 365 · Dynamics 365

Word and Excel Templates in D365: The Production Playbook

Templates are the cheapest way to ship branded documents from Dynamics. Here is how to design, secure, and version them so they survive past the demo.

3 min read
Dynamics 365 · Dynamics 365

Power BI Embedded in D365 Dashboards

Embedding Power BI in Dynamics forms and dashboards, licensing gotchas, and patterns for fast dashboard loads.

3 min read
Dynamics 365 · Dynamics 365

Dynamics 365 Solutions and ALM

Managed vs unmanaged solutions, solution layering, Dataverse for Teams, and modern pipeline deployment.

3 min read
Dynamics 365 · Dynamics 365

Email Engagement Insights: Beyond the Open Rate Vanity

Email Engagement tracks opens, clicks, and replies on individual sales emails. The trick is reading the data without misleading reps about pipeline health.

2 min read
Dynamics 365 · Dynamics 365

Solution Layer Overrides: How to Debug the Invisible

Why your form change disappeared after the next deployment. A practical guide to reading solution layers in Dynamics 365 and resolving conflicts permanently.

2 min read
Dynamics 365 · Dynamics 365

Agentic Dynamics 365: Orchestration Patterns That Hold Up

Agents are landing across Dynamics 365 surfaces. Here are the orchestration patterns that work in production, and the ones that fall apart.

2 min read
Dynamics 365 · Dynamics 365

Dataverse Service Limits: The Throttling You Will Hit

Dataverse enforces API limits per user and per environment. Here are the ones that bite production workloads and the patterns to stay under them.

2 min read
Dynamics 365 · Dynamics 365

Dynamics 365 Sales Agent: The Daily Command Center

Wave 1 positions the Sales Agent as a rep's daily command center — conversational access to pipeline, email, and meeting signals.

3 min read
Dynamics 365 · Dynamics 365

Dynamics 365 Customer Insights: Journeys + Data

The Marketing rebrand — Customer Insights: Journeys and Customer Insights: Data explained, plus integration patterns.

3 min read
Dynamics 365 · Dynamics 365

Sales Accelerator in D365: Setup and Workflow

How to configure Sales Accelerator sequences, the metrics that prove value, and the pitfalls to avoid.

3 min read
Dynamics 365 · Dynamics 365

Web API vs Organization Service: Pick Per Workload

When the Dataverse Web API beats the Organization Service SDK and vice versa. Per-workload guidance for plugins, integrations, and external apps.

2 min read
Dynamics 365 · Dynamics 365

Dynamics 365: The Complete 2026 Guide

The definitive 2026 complete guide to Microsoft Dynamics 365 — every app, Wave 1 release pulse, Copilot pricing reality, and decision framework for buyers.

9 min read
Dynamics 365 · Dynamics 365

Custom Workflow Activities in Power Automate

Extending Power Automate with custom .NET code — when it's worth it, how to scope, and safer modern alternatives.

3 min read
Dynamics 365 · Dynamics 365

Virtual Tables in Dataverse: When They Beat Integration

Virtual tables let Dataverse query external systems live. They are powerful, fragile, and misused. Here is when to reach for them and when to avoid them.

2 min read
Dynamics 365 · Dynamics 365

Custom Connectors for Dynamics 365: Production Patterns

Custom connectors extend Power Platform to anything with an API, but production deployments need patterns Microsoft does not document. Here they are.

2 min read
Dynamics 365 · Dynamics 365

Dynamics 365 Release Wave Highlights: 2026

Copilot expansion, Dataverse improvements, Customer Insights updates, and the deprecations on the roadmap.

2 min read
Dynamics 365 · Dynamics 365

Dynamics 365 Contact Center: Agentic Operations in 2026

Wave 1's contact center improvements — AI-powered self-service, assisted-service acceleration, operational intelligence.

3 min read
Dynamics 365 · Dynamics 365

D365 Customer Service Copilot: AI-Infused Admin and Supervisor Help

Wave 1 adds AI help for admins configuring service and supervisors managing operations. What changes.

3 min read
Dynamics 365 · Dynamics 365

Sales Hub vs Customer Service Hub: Shared Tables, Different Worlds

Sales Hub and Customer Service Hub share Dataverse tables, but the apps assume different working patterns. Here is how to keep them from fighting.

2 min read
Copilot Studio · Dynamics 365

Copilot Studio MCP Integration: Cross-Vendor Agent Coordination

Copilot Studio agents call MCP servers. Multi-vendor AI becomes real — Microsoft agents talking to Salesforce MCP, and more.

3 min read
Dynamics 365 · Dynamics 365

Solution Dependency Hell: Untangle It Before It Ships

How dependency cycles, hidden references, and ghost components turn Dynamics 365 deployments into multi-hour nightmares. Concrete patterns to escape.

2 min read
Dynamics 365 · Dynamics 365

D365 Business Central: Agentic ERP in 2026

Wave 1 pushes BC toward agentic ERP — AI agents automating sales and purchase scenarios. What SMB orgs gain.

2 min read
Dynamics 365 · Dynamics 365

Field Service + IoT: Predictive Maintenance That Pays Off

Field Service IoT integration is the highest-ROI Dynamics 365 module no one is using. Here is how to architect it without burning budget on Azure IoT.

2 min read
Dynamics 365 · Dynamics 365

Dynamics 365 Field Service: What You Need to Know

Work order management, scheduling, mobile experience, IoT integration — the mechanics of running a field service operation on D365.

3 min read
Dynamics 365 · Dynamics 365

Dataverse Data Model: Fundamentals

Tables, columns, relationships, lookups, choice columns, and the modeling decisions that stay with you for years.

3 min read
Microsoft · Dynamics 365

Microsoft Teams Copilot for Sales in 2026

Wave 1 deepens Teams integration — meeting prep, real-time deal context, follow-up automation in the flow of work.

3 min read
Dynamics 365 · Dynamics 365

Power Pages: When the Portal Is the Right Answer in 2026

Power Pages replaced classic portals years ago, but the architectural choice of when to use it versus a custom front-end is still poorly understood.

2 min read
Copilot Studio · Dynamics 365

Microsoft Copilot Studio 2026 Wave 1

Expanded agent authoring, MCP integration, multi-agent orchestration, deeper Dynamics 365 coupling.

3 min read
Dynamics 365 · Dynamics 365

Dataverse Business Rules: When to Use Them

Declarative form and table logic — what business rules can do, what they can't, and when to reach for Power Fx or plug-ins instead.

3 min read
Dynamics 365 · Dynamics 365

Dynamics 365 Audit Log Strategy: Compliance Without Chaos

Audit logging in Dataverse can answer any compliance question or eat your storage budget. Here is the strategy that does both right.

2 min read
Dynamics 365 · Dynamics 365

Unified Interface Customization: The Essentials

Customizing forms, views, charts, dashboards, and the modern site map — the knobs that produce clean D365 UX.

3 min read
Dynamics 365 · Dynamics 365

Power Platform Health Check: What It Catches and Misses

The Health Check tool runs against your environment and produces a report. Here is what is worth fixing first and what to safely ignore.

2 min read
Dynamics 365 · Dynamics 365

Price Lists by Segment: Configuration That Survives Audit

Segment pricing in Dynamics 365 Sales requires more than copying a price list. Currency, default lists, and territory routing all conspire against you.

3 min read
Dynamics 365 · Dynamics 365

Dataverse Security Role Anti-Patterns That Wreck Audits

Most Dataverse environments hide three or four security role anti-patterns that fail SOC 2 review. Here is how to spot and kill them before auditors do.

2 min read
Dynamics 365 · Dynamics 365

Quick View Forms: Why Your Related Data Looks Stale

Quick View forms cache parent record data and refresh on inconsistent triggers. Learn the freshness rules, common pitfalls, and the patterns that keep them h...

3 min read
Dynamics 365 · Dynamics 365

Async Job Server Load: What's Eating Your Throughput

How asynchronous workflows, plugin jobs, and bulk operations compete for Dataverse capacity, and the tuning levers that prevent backlog blowouts.

2 min read
Dynamics 365 · Dynamics 365

M365 + Dynamics 365: Email and Calendar Synergy That Sticks

The Outlook + Teams + Dynamics 365 stitch is Microsoft's best-kept feature. Here is how to configure it so reps actually feel the benefit.

2 min read
Microsoft 365 · Dynamics 365

Microsoft 365 Copilot for Sales 2026

Wave 1 brings Copilot for Sales into deeper D365 coupling — email drafting, meeting prep, CRM updates from Outlook/Teams.

3 min read
Dynamics 365 · Dynamics 365

Plugin Execution Pipeline: Stages, Modes, and Order

Plugin registration looks like a wizard until you trip on stage interactions. Here is the full mental model for the Dataverse execution pipeline.

2 min read
Dynamics 365 · Dynamics 365

Connection References Without the Pain

Naming, scoping, and lifecycle rules for Power Automate connection references in Dynamics 365 solutions. Stop flows from breaking after every deployment.

2 min read
Dynamics 365 · Dynamics 365

Dynamics 365 Finance and Operations: The Overview

What F&O actually does, how it differs from Business Central, and when a Tier 1 ERP investment makes sense.

3 min read
Dynamics 365 · Dynamics 365

Migrating Classic Workflows to Modern Flows Without Regression

A pragmatic playbook for moving Dynamics 365 classic workflows to Power Automate cloud flows: inventory, prioritize, port, and verify.

2 min read
Dynamics 365 · Dynamics 365

Dataverse Virtual Tables: Federation Explained

How virtual tables work, the providers that matter, and when federation beats data replication.

3 min read
Dynamics 365 · Dynamics 365

D365 Contact Center: Self-Service Acceleration

Wave 1 adds agentic self-service — intents handled end-to-end without agent. Deflection rates move past historical ceilings.

2 min read
Dynamics 365 · Dynamics 365

Server-Side Sync Failures: A Debugging Playbook

Server-side sync between Exchange and Dynamics 365 fails in predictable ways. Here is the diagnostic order that catches 90% of issues.

2 min read
Dynamics 365 · Dynamics 365

SharePoint Integration with Dynamics 365: The Real Architecture

Server-based SharePoint integration looks simple in the wizard. The folder strategy, permission inheritance, and search behavior are where teams get hurt.

3 min read
Dynamics 365 · Dynamics 365

D365 Finance + Customer Service: Crossing the Dual Write Line

Connecting Customer Service to Finance and Operations sounds simple. Dual Write makes it possible and complicated. Here is the integration playbook.

2 min read
Dynamics 365 · Dynamics 365

Customer Insights Journeys: Real-Time Marketing in 2026

Customer Insights Journeys replaced outbound marketing. The migration is harder than Microsoft says. Here is what real implementations are learning.

2 min read
Dynamics 365 · Dynamics 365

Field-Level Security in Dynamics 365: Useful, Not Magical

Field-level security profiles mask sensitive columns, but they have non-obvious side effects on imports, plugins, and reporting. Here is the working model.

2 min read
Dynamics 365 · Dynamics 365

Embedded Canvas vs Model-Driven: A Practitioner Comparison

Embedded canvas apps unlock pixel-perfect UX inside model-driven forms. They also bring real costs. Here is when each approach wins.

2 min read
Dynamics 365 · Dynamics 365

Dataverse Security Model: The Practical Guide

Security roles, business units, teams, hierarchical security, and the common misconfigurations that leak data.

3 min read
Dynamics 365 · Dynamics 365

On-Prem to Online Migration in 2026: Final Cutover Notes

Mainstream support for on-prem CRM ended. The migrations still happening have specific patterns. Here are the lessons from the last wave.

2 min read
Dynamics 365 · Dynamics 365

D365 Customer Service 2026: Agentic Capabilities

Wave 1 agentic features in case management, email, intent detection, quality evaluation, knowledge. What's usable now.

3 min read
Dynamics 365 · Dynamics 365

Multi-Region Dynamics 365: Environment Strategy That Scales

Global Dynamics 365 deployments live or die by environment topology. Here are the patterns that work for 50,000-user enterprises across regions.

2 min read
Copilot Studio · Dynamics 365

Copilot Studio with MCP: Integration Patterns

Copilot Studio 2026 brings MCP integration. Patterns for cross-vendor agent coordination.

3 min read