dataverse-schema
Installation
SKILL.md
Dataverse Schema (Entity.xml)
Purpose: emit valid Dataverse table source so
pac solution packaccepts it and the import creates the table, columns, relationships, and forms cleanly.
When to Use
- A PRD or spec lists business entities that map to Dataverse tables
- An existing solution needs a new table, column, or relationship
- Reviewing a generated Entity.xml before packaging
File Layout per Table
src/Entities/<prefix>_<tablename>/
Entity.xml # the table definition
FormXml/ # main form, quick create form, card form
SavedQueries/ # system views
Views/ # advanced find views