Run Interactive Custom Report
Runs a Sage Intacct Interactive (Custom Report Writer / CRW) Custom Report via readReport type="interactive". Async-by-default — returns { status: "PENDING", report_id }. Set return_def=true to retrieve the CRW definition (columns + arguments) instead of running it.
About
Runs a Sage Intacct Interactive (Custom Report Writer / CRW) Custom Report via readReport type="interactive". Async-by-default — returns { status: "PENDING", report_id }. Set return_def=true to retrieve the CRW definition (columns + arguments) instead of running it.
Services
Parent Agent
Runs Sage Intacct Custom Reports — both Original (non-interactive) and Interactive (Custom Report Writer / CRW) — and returns the data ready for analysis. Use this agent when a user names a report that already exists in their Intacct instance and wants to view, summarize, or filter the results. Discovers a report's required arguments before running it via return_def, kicks the run off asynchronously, and polls until results are ready. Returns a structured summary by default (record counts, numeric aggregations, categorical breakdowns, sample records) and can return capped or full record sets on request.