RE: Reporting on Multi-Select Fields in CDS
Hi Andrew, the Common Data Service does not have a StringMapBase table or entity.
In CDS, only the values from a "regular" optionset are stored in the entities. E.g. I have an optionset for Contact Rating (High, Medium, Low). In CDS, these values are seen in CDS fields as new_contactrating (which stores the value) and new_contactrating_display (which stores the label). The problem is with Multi-Select optionsets.
E.g. I have a multi-select field called Contact Interests, the multi-select fields in CDS only store the values (99900001, 9990002, etc.). So, it appears the labels for a multi-select optionset are stored somewhere else. In the previous version of CRM, they were stored in a table called StringMapBase...this table does not exist in CDS.
Mike