ExportSolution Action

Exports a solution.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
SolutionName
Edm.String False False

The unique name of the solution.

Managed
Edm.Boolean False True

Indicates whether the solution should be exported as a managed solution.

TargetVersion
Edm.String True False

Deprecated. Do not use.

ExportAutoNumberingSettings
Edm.Boolean True True

Indicates whether auto numbering settings should be included in the solution being exported.

ExportCalendarSettings
Edm.Boolean True True

Indicates whether calendar settings should be included in the solution being exported

ExportCustomizationSettings
Edm.Boolean True True

Indicates whether customization settings should be included in the solution being exported.

ExportEmailTrackingSettings
Edm.Boolean True True

Indicates whether email tracking settings should be included in the solution being exported.

ExportGeneralSettings
Edm.Boolean True True

Indicates whether general settings should be included in the solution being exported.

ExportMarketingSettings
Edm.Boolean True True

Indicates whether marketing settings should be included in the solution being exported.

ExportOutlookSynchronizationSettings
Edm.Boolean True True

Indicates whether outlook synchronization settings should be included in the solution being exported.

ExportRelationshipRoles
Edm.Boolean True True

Indicates whether relationship role settings should be included in the solution being exported.

ExportIsvConfig
Edm.Boolean True True

Indicates whether ISV.Config settings should be included in the solution being exported.

ExportSales
Edm.Boolean True True

Indicates whether sales settings should be included in the solution being exported.

ExportExternalApplications
Edm.Boolean True True

For internal use only.

ExportComponentsParams
ExportComponentsParams True True

The set of solution components to export.

Return Type

Type Nullable Description
ExportSolutionResponse False The ExportSolution action returns the following value.

See also