Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 79901

FetchXML for Contacts Entity

$
0
0

I am using the below FetchXML query

<fetch mapping='logical'>
<entity name='contact'>
<attribute name='contactid'/>
<attribute name='accountid'/>
<attribute name='emailaddress1'/>
<attribute name='fax'/>
<attribute name='firstname'/>
<attribute name='lastname'/>
<attribute name='address1_city'/>
<attribute name='address1_country'/>
<attribute name='address2_city'/>
<attribute name='address2_country'/>
<attribute name='telephone3'/>
<attribute name='telephone1'/>
<attribute name='createdon'/>
<attribute name='modifiedon'/>
</entity>
</fetch>

When I try to preview data, I see neither address1_city not address2_city.

I see only address1_composite. Why is that? How do I solve this issue?


Viewing all articles
Browse latest Browse all 79901

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>