Skip to content

pacx solution component types

github-actions[bot] edited this page Apr 19, 2026 · 1 revision

Lists all "officially known" solution component types.

Usage

You can use this command to get the correct component type code before running pacx solution component add command.

Please note: The list of component types is based on the official Microsoft documentation, but it may not be exhaustive.

The fundamental issue is that Dataverse adds new component types (for Canvas Apps, Flows, Connection References, AI Models, etc.) by inserting rows into internal platform tables, not by updating the componenttype picklist in every org. So the picklist always lags, and there is no public solutioncomponentdefinition-style table exposed via the SDK that gives you the canonical registry.

Sometimes, for new objects, componenttype matches objecttypecode... but not always, and there's no guarantee that it will continue to do so.

Arguments

Long Name Short Name Required? Description Default value Valid values
format f N Output format. Table Table, Json

Command list

Clone this wiki locally