AggregateColumnMode Parameter (Connect-SugarCRM Cmdlet)
Controls how aggregate columns are treated by the provider.
Syntax
Connect-SugarCRM -AggregateColumnMode string
Possible Values
Ignore, List, ListAndRetrieveData Type
cstr
Default Value
"ListAndRetrieve"
Remarks
The available aggregate column modes are detailed below:
Ignore | All aggregate will be ignored and will not show up as available columns in the table definition. |
List | Aggregate columns will be listed in all tables, but on base tables such as Contacts, they will not retrieve data from SugarCRM. |
ListAndRetrieve | Aggregate columns will be listed and requested on all tables. Note that when this mode is activated, primitive columns that are also part of the aggregates will be returned as NULL. For example, in the Accounts table, the Team_Id column, which is also part of the Team_Name aggregate, will be returned as NULL. |