dataverse-web-api
Installation
SKILL.md
Skill: Dataverse Web API
When to Use
Trigger when performing CRUD operations, managing metadata (tables, columns, relationships, views, forms), creating Custom APIs, managing solutions, or any direct HTTP interaction with the Dataverse Web API (OData v4.0).
CRITICAL RULES
1. Always Use MSCRM.SolutionUniqueName Header
Every component-creating request MUST include:
MSCRM.SolutionUniqueName: YourSolutionName
WHY: Omitting this header dumps components into the Default Solution — an ALM anti-pattern that makes the component nearly impossible to manage via solution transport. This is the single most common mistake when building via Web API.