Schema Parameter (Connect-SuiteCRM Cmdlet)
The API version to use when connecting to SuiteCRM.
Syntax
Connect-SuiteCRM -Schema string
Possible Values
suitecrmv4, suitecrmv8Data Type
cstr
Default Value
"suitecrmv4"
Remarks
Set this connection property to suitecrmv4 to access data from the SuiteCRM V4.1 API or suitecrmv8 to access data from the SuiteCRM V8 API.
Note that the V8 API needs first to be configured in your instance of SuiteCRM.
This is a required parameter.