FlattenReportObjects Parameter (Connect-SugarCRM Cmdlet)
Specifies whether or not to flatten the objects' data for report views.
Syntax
Connect-SugarCRM -FlattenReportObjects bool
Data Type
bool
Default Value
true
Remarks
If false, only the first-level objects are displayed as columns, and the values of non-primitive objects are pushed as JSON aggregates.
To access the values of those aggregates, you can use the JSON_EXTRACT function.
The default value is true.