Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.13.2, 2.14.0
-
Unknown
Description
Salesforce represents multi-select picklists values as a ';' separated list of enumerated values.
Handling this would require an XStream converter for XML, and a Jackson serializer and deserializer for JSON, to map from this string format to a list of picklist enumeration values.