AddSolutionComponent Action

Adds a solution component to an unmanaged solution.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
ComponentId
Edm.Guid False True

ID of the solution component.

ComponentType
Edm.Int32 False True

The solution component to add to the unmanaged solution.

SolutionUniqueName
Edm.String False False

Unique name of the solution.

AddRequiredComponents
Edm.Boolean False True

Indicates whether other solution components that are required by the solution component should also be added to the unmanaged solution.

DoNotIncludeSubcomponents
Edm.Boolean True True

Indicates whether the subcomponents should be included.

IncludedComponentSettingsValues
Collection( Edm.String ) False False

Any settings to be included with the component.

Return Type

Type Nullable Description
AddSolutionComponentResponse False The AddSolutionComponent action returns the following value.

Entities

Use the AddSolutionComponent action with these entity types:

Name Display Name Description
solutioncomponent Solution Component A component of a CRM solution.

See also