Purpose

Allows you to specify which version of the Oracle Sales Cloud API is being used in your environment with the APIVersion configuration option.

Valid Values

("key=value")

where

key
is the APIVersion configuration option.
value
specifies a setting for the APIVersion configuration option.

The key value pair must be enclosed in quotation marks and then in parentheses. For example:

ConfigOptions=("APIVersion=11.1.11")

Similarly, when specifying configuration options using a DataSource method, key value pairs must be enclosed in quotation marks. For example:

setConfigOptions("APIVersion=11.1.11")

Data Source Method

setConfigOptions

Default

APIVersion=latest

Data Type

String