FlattenReportsArrayDepth Parameter (Connect-SugarCRM Cmdlet)
Specifies the maximum depth of array elements to flatten for report views.
Syntax
Connect-SugarCRM -FlattenReportsArrayDepth int
Data Type
int
Default Value
0
Remarks
By default, the value is set to 0, meaning that only the first level will be pushed.
If the value is set to -1, all the levels will be flattened.
The nested values of non-primitive objects will be pushed as JSON aggregates.
To access the values of those aggregates you can use the JSON_EXTRACT function.