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. Eachfilterchild 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 If undefined, value of |
||