AddSolutionComponent Action
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Adds a solution component to an unmanaged solution.
This Web API action corresponds to the organization service AddSolutionComponentRequest.
AddSolutionComponent action is not bound to any entity types.
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
ComponentId | Edm.Guid | false | ID of the solution component. | |
ComponentType | Edm.Int32 | false | The solution component to add to the unmanaged solution. | |
SolutionUniqueName | Edm.String | false | false | Unique name of the solution. |
AddRequiredComponents | Edm.Boolean | false | Indicates whether other solution components that are required by the solution component should also be added to the unmanaged solution. | |
DoNotIncludeSubcomponents | Edm.Boolean | Indicates whether the subcomponents should be included. | ||
IncludedComponentSettingsValues | Collection(Edm.String) | false | false | Any settings to be included with the component. |
The AddSolutionComponent action returns the following value.
Type | Nullable | Description |
|---|---|---|
false | Contains the response from AddSolutionComponent action. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright