-
Notifications
You must be signed in to change notification settings - Fork 10
pacx solution create
github-actions[bot] edited this page Jul 17, 2025
·
4 revisions
Creates a new unmanaged solution in the current Dataverse environment, also creating the publisher, if needed.
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
name |
n |
Y | The display name of the solution to create | - | String |
uniqueName |
un |
N | The unique name of the solution to create. If not specified, is deducted from the display name | - | String |
publisherUniqueName |
pun |
N | The unique name of the publisher to create. If not specified, is deducted from the friendly name or customization prefix | - | String |
publisherFriendlyName |
puf |
N | The friendly name of the publisher to create. If not specified, is deducted from the unique name or customization prefix | - | String |
publisherPrefix |
pp |
N | The customization prefix of the publisher to create. If not specified, is deducted from the unique name. | - | String |
publisherOptionSetPrefix |
pop |
N | The option set prefix of the publisher to create (5 digit number). | - | Int32 |
applicationRibbons |
ar |
N | Once the solution has been created, adds the application ribbons | False |
true, false |