Skip to content

tools createentity

PhuocLe edited this page Jun 20, 2026 · 2 revisions

Tool Command: createentity

Description

Create a Dataverse entity with standard forms and attributes.

Syntax

devkit-tool createentity --conn "AuthType=..." --solution "MySolution" --entity "My Entity" --type UserOwned

Options

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.

Clone this wiki locally