Xactly Connect 2018-08 SOAP API New Features
This article describes the new feature available in the Xactly Connect 2018-08 SOAP API.
Enhancement to the CustomField Object
Xactly Connect 2018-08 SOAP API features a new WSDL file that adds two new elements to the CustomField object to support custom fields with boolean values and drop-down lists.
Specifically, the CustomField object now includes the following new elements:
- booleanValue (boolean) — The boolean value, if the type of the custom field is boolean.
- dropdownListValue (string) — An array of allowed list values, if the type of the custom field is list.