CloneAsPatch Action

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 The CloneAsPatch action returns the following value.

Entities

Use the CloneAsPatch action with these entity types:

Name Display Name Description
solution Solution A solution which contains CRM customizations.

See also