AggregateColumnMode
Controls how aggregate columns are treated by the provider.
Possible Values
Ignore, List, ListAndRetrieveData Type
string
Default Value
"ListAndRetrieve"
Remarks
The available aggregate column modes are detailed below:
| Ignore | All aggregate columns are ignored and do not appear as available columns in the table definition. |
| List | Aggregate columns are listed in all tables, but on base tables such as Contacts, they do not retrieve data from SugarCRM. Base tables are the tables that correspond to the default modules in SugarCRM and do not include custom modules. |
| ListAndRetrieve | Aggregate columns are listed and requested on all tables. Note that when this mode is activated, primitive columns that are also part of the aggregates are returned as NULL. For example, in the Accounts table, the Team_Id column, which is also part of the Team_Name aggregate, is returned as NULL. |