Documill Dynamo
Breadcrumbs

loadReport

Loads a report from Salesforce and produces a Report data value based on the received data . Use filter child commands to dynamically alter the report's filters and produce different results.

Reports of the Matrix format are not supported at the moment.

Child commands

  • filter
    Optional. Each filter child command modifies one existing filter of the target report.

Attributes

var



Required

Value type

EL-evaluated

Yes

String

No

Defines the name of the variable that will hold the Report data value.

reportID



Required

Value type

EL-evaluated

Yes

String

Yes

Defines the report whose data is loaded. The resolved String should be the ID of a Report record. 

includeDetails



Required

Value type

EL-evaluated

No

Boolean

Yes

Defines if detail rows of the report are loaded. If the resolved value is false, the detail rows are not loaded. Do note that with Tabular reports, omitting detail rows basically discards all data on the report.

If undefined, value of true is used.