-
Notifications
You must be signed in to change notification settings - Fork 16
pacx solution component addTable
github-actions[bot] edited this page Apr 22, 2026
·
1 revision
Adds a table (entity) to an unmanaged solution.
pacx solution component add-table
pacx solution component addEntity
pacx solution component add-entityThis command can be used to add a table to an unmanaged solution by name. For example:
pacx solution component addTable -t account --solution <solution-name>
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
table |
t |
Y | The schema name (or display name) of the table to add to the solution. | - | String |
solution |
s |
N | The unique name of the solution. If not provided, the default solution will be used. | - | String |
addRequiredComponents |
r |
N | To be specified only if componentType is Entity. Indicates whether other solution components that are required by the solution component should also be added to the unmanaged solution. |
False |
true, false |
includeSubcomponents |
is |
N | To be specified only if componentType is Entity. Indicates whether the subcomponents should be included. |
False |
true, false |
- pacx auth
- pacx column
- pacx customapi
- pacx data
- pacx forms
- pacx history
- pacx key
- pacx optionset
- pacx org
- pacx plugin
- pacx project
- pacx publish
- pacx rel
- pacx ribbon
- pacx script
- pacx settings
- pacx solution
- pacx table
- pacx tool
- pacx unifiedrouting
- pacx usersettings
- pacx view
- pacx webresources
- pacx workflow