RE: using FetchXML to get the values of Global Choices dropdown fields
Thanks Pablo,
This answered my question in a round about way : )
I'm using XrmToolbox to build my query string, however, what I noticed is that the results in XrmToolbox give me the quid value not the lookup value. so when i do this query in toolbox:
<fetch>
<entity name="opportunity" >
<attribute name="ownerid" />
<attribute name="owneridname" />
<attribute name="cr4fe_koboldservice" />
</entity>
</fetch>
I only get these results
![pastedimage1612105568809v1.png](/api/data/v9.1/msdyn_richtextfiles%280D88E1EB-02DB-4570-882B-0F52023A2CF3%29/msdyn_imageblob/$value?size=full)
But when I run the same query in visual studio, I get both the guid and the lookup text as expected.
Thanks again for your response.