Skip to content

pacx solution component moveAll

github-actions[bot] edited this page Apr 19, 2026 · 2 revisions

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

Arguments

Long Name Short Name Required? Description Default value Valid values
componentType t Y Specifies the type of the component to remove from the solution. You can specify the solution component type name (e.g. Entity, Site) or number (e.g. 1, 10403) - Entity, Attribute, Relationship, AttributePicklistValue, AttributeLookupValue, ViewAttribute, LocalizedLabel, RelationshipExtraCondition, OptionSet, EntityRelationship, EntityRelationshipRole, EntityRelationshipRelationships, ManagedProperty, EntityKey, Privilege, PrivilegeObjectTypeCode, Index, Role, RolePrivilege, DisplayString, DisplayStringMap, Form, Organization, SavedQuery, Workflow, Report, ReportEntity, ReportCategory, ReportVisibility, Attachment, EmailTemplate, ContractTemplate, KBArticleTemplate, MailMergeTemplate, DuplicateRule, DuplicateRuleCondition, EntityMap, AttributeMap, RibbonCommand, RibbonContextGroup, RibbonCustomization, RibbonRule, RibbonTabToCommandMap, RibbonDiff, SavedQueryVisualization, SystemForm, WebResource, SiteMap, ConnectionRole, ComplexControl, HierarchyRule, CustomControl, CustomControlDefaultConfig, FieldSecurityProfile, FieldPermission, AppModule, PluginType, PluginAssembly, SDKMessageProcessingStep, SDKMessageProcessingStepImage, ServiceEndpoint, RoutingRule, RoutingRuleItem, SLA, SLAItem, ConvertRule, ConvertRuleItem, MobileOfflineProfile, MobileOfflineProfileItem, SimilarityRule, DataSourceMapping, SDKMessage, SDKMessageFilter, SdkMessagePair, SdkMessageRequest, SdkMessageRequestField, SdkMessageResponse, SdkMessageResponseField, ImportMap, WebWizard, CanvasApp, Connector, Connector2, EnvironmentVariableDefinition, EnvironmentVariableValue, AIProjectType, AIProject, AIConfiguration, EntityAnalyticsConfiguration, AttributeImageConfiguration, EntityImageConfiguration, TeamTemplate, OrganizationSetting, SettingDefinition, SiteComponent, Site, SiteLanguage
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