OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
DynamicsCRMHelper
Contains various functions for interacting with Dynamics CRM. So far there is support for exporting and importing solutions, zipping and unzipping using the Solution Packager, as well as publishing customizations.
Nested types and modules
Type | Description |
DynamicsCrmHelperParams |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Parameters for executing Dynamics CRM Helper functions |
PackageType |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Specify Package Type for usage with Solution Packager |
SolutionPackagerAction |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Specify which action Solution Packager should be invoked with |
SolutionPackagerParams |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Parameters for invoking Solution Packager |
Functions and values
Function or value | Description | ||
DynamicsCrmHelperDefaults
Signature: DynamicsCrmHelperParams
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Default values for Dynamics CRM Helper You can obtain the solution exchanger as NuGet Package "Dynamics.CRM.SolutionExchanger" |
||
ExportSolution(setParams)
Signature: setParams:(DynamicsCrmHelperParams -> DynamicsCrmHelperParams) -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Exports solution from Dynamics CRM and save it to file Parameters
module Seq
from Microsoft.FSharp.Collections val iter : action:('T -> unit) -> source:seq<'T> -> unit
val solution : obj
val dir : 'a
|
||
ImportSolution(setParams)
Signature: setParams:(DynamicsCrmHelperParams -> DynamicsCrmHelperParams) -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Imports zipped solution file to Dynamics CRM Parameters
|
||
PublishAll(setParams)
Signature: setParams:(DynamicsCrmHelperParams -> DynamicsCrmHelperParams) -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Publishes all solution component changes. Parameters
|
||
SolutionPackager(setParams)
Signature: setParams:(SolutionPackagerParams -> SolutionPackagerParams) -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Runs the solution packager tool on the given file for extracting the zip file or packing the extracted XML representation of a solution to a zip file again Parameters
|
||
SolutionPackagerDefaults
Signature: SolutionPackagerParams
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Default values for invoking Solution Packager |