Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

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