CreateSchema

Creates a custom schema file based on the CRM View name, FetchXML expression, or SQL query.

Input

Name Type Description
TableName String The name for the new table. If Query is not specified, this should be set to an existing CRM View name.
Query String The SQL query or FetchXML expression for table.
Description String An optional description for the table.
OutputFolder String The path to output the new schema file to. The value for the Location connection string property will be used by default.

Result Set Columns

Name Type Description
Success String Whether or not the schema was created successfully.
SchemaFile String The generated schema file.