RE: Attribute type "PartyList" - "To"is not supported in Fetchxml Query.
Hi Roy,
Thanks for your Replying,
Where we need to modifications in below code:
<?xml version="1.0"?>
<fetch distinct="false" mapping="logical" output-format="xml-platform" version="1.0">
<entity name="email">
<attribute name="activityid"/>
<attribute name="to"/>
<attribute name="ownerid"/>
<attribute name="createdon"/>
<attribute name="submittedby"/>
<order descending="false" attribute="ownerid"/>
<filter type="and">
<condition attribute="directioncode" value="0" operator="eq"/>
</filter>
<link-entity name="incident" alias="a_6d277637522c4af6af2b72fe068c500a" link-type="outer" visible="false" to="regardingobjectid" from="incidentid">
<attribute name="csft_channel"/>
<attribute name="csft_zeestatus"/>
<attribute name="csft_finalreplydate"/>
<attribute name="csft_trackingstartedon"/>
<attribute name="ticketnumber"/>
</link-entity>
</entity>
</fetch>
Thanks & Regards,
Hari Pathivada