Schema Parameter (Connect-ZohoCRM Cmdlet)
Specifies the Zoho CRM version that the provider uses to retrieve data. Each version (v2, v2.1, v4) corresponds to a distinct data model, which defines the structure of tables, fields, and relationships available through the provider.
Syntax
Connect-ZohoCRM -Schema string
Possible Values
v2, v2.1, v4Data Type
cstr
Default Value
"v4"
Remarks
The available schemas are as follows:
- v2: Older version with a legacy data model.
- v2.1: Enhanced version with some improvements over v2.
- v4 (default): The most current and recommended data model, offering updated features and field mappings.
Note: This property specifies the Zoho CRM version, not the API used. That is specified by UseCOQL and APIType.
This is a required parameter.