CRM2016 on Premises
I have an xml query with an attribute new_service which is an option set. can I get that option set value within my fetch XML?
<fetch top="50" > <entity name="account" > <attribute name="new_servicename" alias="service" /> <attribute name="new_companyname" alias="companyname" /> <attribute name="address1_composite" alias="address" /> </entity> </fetch>
*This post is locked for comments