QueryPassthrough
This property specifies whether the provider will pass the query to Vault CRM as-is.
Data Type
bool
Default Value
false
Remarks
By default, the adapter parses and processes the query before sending it to Veeva Vault according to the regular SQL-92 standard.
If QueryPassthrough is set to True, the adapter will not parse the query and will pass it directly to Veeva Vault. In this case, the query must use proper VQL syntax.