Creates a schema file based on the specified report.
Input
| Name |
Type
|
Description
|
| ReportName
|
String
|
The name for the new table.
|
| ReportId
|
String
|
The Id for the report in Salesforce.
|
| 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.
|