AggregateColumnSize Parameter (Connect-ZohoCRM Cmdlet)
Sets the length of a custom aggregate field for a provider. If not set the length reported by the server will be considered.
Syntax
Connect-ZohoCRM -AggregateColumnSize string
Data Type
cstr
Default Value
"-1"
Remarks
This setting allows you to control how large custom aggregate fields appear in the cmdlet’s schema when querying Zoho CRM data.
If set to a positive number, the cmdlet overrides the column length reported by the Zoho CRM server with this value. If set to -1 (the default), the cmdlet uses the length reported by the server without alteration.
This property can be useful in cases where the server-provided length is too small or too large for your application’s schema or tooling requirements.