CreateCustomReportSchema
Generates a schema file for a custom report, enabling tailored reporting layouts and data export.
Input
| Name | Type | Description |
| ReportName | String | The name of the custom report for which the schema file is being generated. |
| FileName | String | The name of the schema file to be created. If left blank, the output will be a base64-encoded binary file. To customize the schema file's directory, set the Locations property (e.g., Locations='C:\\Users\\User\\Desktop\\SageIntacct\\CustomSchemaDirectory\\'). |
| InteractiveType | String | Indicates whether the report was created using the Interactive Custom Report Writer. Defaults to false. |
Result Set Columns
| Name | Type | Description |
| Result | String | Indicates whether the schema creation was successful or failed. |
| FileData | String | The generated schema file encoded in base64, returned only if FileName is not specified. |