Schema Parameter (Connect-SuiteCRM Cmdlet)
The schema which will be used to connect to SuiteCRM.
Syntax
Connect-SuiteCRM -Schema string
Possible Values
suitecrmv4, suitecrmv8Data Type
cstr
Default Value
"suitecrmv4"
Remarks
Set this to suitecrmv8 if you want to consume the new Suitecrm V8 API. Note that the V8 API needs first to be configured in your instance of SuiteCRM.
This is a required parameter.