CData Python Connector for Sage Intacct

Build 25.0.9454

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. If no file path is included, the file will be generated in the Location property (e.g., Location='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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454