CreateCustomReportSchema
Creates a schema file for the specified custom report.
Input
Name | Type | Accepts Output Streams | Description |
ReportName | String | False | The name of the custom report. |
FileName | String | False | 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 | False | Defaults to false. Whether the custom report was created using Interactive Custom Report Writer. |
FileStream | String | True | OutputStream to write the created schema. |
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. |