-
Notifications
You must be signed in to change notification settings - Fork 16
tools createentity
PhuocLe edited this page Jun 20, 2026
·
2 revisions
Create a Dataverse entity with standard forms and attributes.
devkit-tool createentity --conn "AuthType=..." --solution "MySolution" --entity "My Entity" --type UserOwned| Option | Required | Description |
|---|---|---|
--conn |
Yes | Dataverse connection string. |
--solution |
Yes | Dataverse solution unique name. |
--entity |
Yes | Entity display name, for example My Entity. |
--type |
Yes | Entity type: UserOwned, OrganizationOwned, Activity, Elastic_UserOwned, or Elastic_OrganizationOwned. |