Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

DynamicsCrmHelperParams

Parameters for executing Dynamics CRM Helper functions

Record Fields

Record FieldDescription
AllOrganizations
Signature: bool

Export all solutions for all organizations that the current user has access to. Be sure to pass discovery service url for URL parameter

AllSolutions
Signature: bool

Export all solutions for given organization

FileName
Signature: string

Set for specifying output file name when exporting solution or input solution name when importing

Managed
Signature: bool

Specify, whether solution should be exported as managed or unmanaged

Password
Signature: string

Password of user that should be used to connect to the CRM Organization. Leave blank to use default credentials

Solution
Signature: string

Set for specifying unique name of solution when exporting single solution

TimeOut
Signature: TimeSpan

TimeOut for each function. Set to a higher value, i.e. 60 minutes if using AllOrganizations

ToolDirectory
Signature: string

Tool Directory where Solution Exchanger is stored

Url
Signature: string

Url of CRM Organization / Discovery Service URL if using AllOrganizations

User
Signature: string

Username of user that should be used to connect to the CRM Organization. Leave blank to use default credentials

WorkingDirectory
Signature: string

Working Directory for actions, can be used to influence storage locations of files