Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CloneAsPatch Action
- Namespace:
- Microsoft.Dynamics.CRM
Creates a solution patch from a managed or unmanaged solution.
Parameters
Parameters allow for data to be passed to the action.
| Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
|
ParentSolutionUniqueName
|
Edm.String | False | False | The unique name of the parent solution. |
|
DisplayName
|
Edm.String | False | False | The name of the patch. |
|
VersionNumber
|
Edm.String | False | False | The version number of the patch. The version must be greater than the parent solution but have the same major.minor number. |
Return type
| Type | Nullable | Description |
|---|---|---|
| CloneAsPatchResponse | False | Contains the response of the CloneAsPatch action. |
Entities
Use the CloneAsPatch action with these entity types:
| Name | Display name | Description |
|---|---|---|
| solution | Solution | A solution which contains CRM customizations. |
