CreateCustomReportSchema
Creates a schema file for the specified custom report.
Input
Name | Type | Description |
ReportName | String | The name of the custom report. |
FileName | String | The name of the schema file that is generated, leaving this field blank returns a base64 encoded binary output. To change the default schema directory, update the Locations property Ex : Locations='C:\\Users\\User\\Desktop\\SageIntacct\\CustomSchemaDirectory\\'. |
InteractiveType | String | Defaults to false. Whether the custom report was created using Interactive Custom Report Writer. |
Result Set Columns
Name | Type | Description |
Result | String | Returns Success or Failure. |
FileData | String | The generated schema encoded in base64. Only returned if FileName is not set. |