What problem does it solve?
This Skill provides expert guidance and code examples for developing with Microsoft Dataverse, streamlining the creation of plugins, custom APIs, and efficient data interactions.
Core Features & Use Cases
- Web API (OData): Learn patterns for retrieving, creating, updating, and deleting Dataverse records.
- FetchXML Queries: Understand how to construct complex queries for data retrieval.
- Plugin Development (C#): Get examples for implementing
IPlugin for custom business logic.
- Custom APIs: Discover how to define and call custom operations.
- Early-Bound Types: Generate type-safe entity classes for easier development.
- Security Model: Understand Dataverse security layers and best practices.
- Use Case: When building a new feature that requires custom logic on record creation, use this Skill to generate a C# plugin template and understand how to register it.
Quick Start
Use the dataverse skill to generate a C# plugin for pre-create account validation.