Picklist (Multi-Select) is a String, not a List<String> in Apex

Issue #327 resolved
Robert Conner created an issue

When a field in Salesforce is set as a Picklist (Multi-Select) then Apex treats it like a string.

The Generated Offline Symbol table is typecasting these fields as List<String>.

Comments (2)

  1. Scott Wells repo owner

    Delivered in 1.7.1.9. Note that you'll need to regenerate your OST for the change to take effect.

  2. Log in to comment