Hi all,
does anybody have a short trick on how to get the values of a choice column (global or column choice).
I want to get the label of the choice assigned to the record.
My choices column me_y, me_z are column choices the me_w is a global choice. Neither is working as hoped.
FetchXML for now would be:
<fetch top="50">
<entity name="me_x">
<attribute name="me_y" />
<attribute name="me_z" />
<attribute name="me_w" />
<attribute />
<attribute />
</entity>
</fetch>
Outcome is the following:

Any suggestion is appreciated.