Skip to content

pacx solution component move

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

Moves a solution component from a solution to another (unmanaged) solution.

Arguments

Long Name Short Name Required? Description Default value Valid values
componentId id Y The unique identifier of the solution component to add to the solution. - Guid
fromSolution from N The unique name of the source solution. If not provided, the default solution will be used. - String
toSolution to N The unique name of the target 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

Command list

Clone this wiki locally