AddSolutionComponent Action
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
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. |
Return Type
The AddSolutionComponent action returns the following value.
Type |
Nullable |
Description |
---|---|---|
false |
Contains the response from AddSolutionComponent action. |
See Also
Use Web API actions
Web API EntityType Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright