ADO.NET Provider for Sage Intacct

Build 25.0.9539

CreateCustomReportSchema

Generates a schema file for a custom report, enabling tailored reporting layouts and data export.

Input

Name Type Accepts Output Streams Description
ReportName String False The name of the custom report for which the schema file is being generated.
FileName String False 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 False Indicates whether the report was created using the Interactive Custom Report Writer. Defaults to false.
FileStream String True The output stream where the generated schema will be written. This is a stream output.

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) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539