14. September 2017 08:14
<fetch mapping='logical'>
<entity name='list'>
<attribute name='ownerid' />
<attribute name='createdon' />
<attribute name='createdby' />
<attribute name='listid' />
<attribute name='listname' />
<attribute name='processid' />
<attribute name='stageid' />
<attribute name='source' />
</entity>
</fetch>
15. September 2017 09:10
-<fetch distinct="true" mapping="logical" output-format="xml-platform" version="1.0">
-<entity name="contact">
<attribute name="fullname"/>
<attribute name="telephone1"/>
<attribute name="contactid"/>
<order descending="false" attribute="fullname"/>
-<link-entity name="listmember" intersect="true" visible="false" to="contactid" from="entityid">
-<link-entity name="list" to="listid" from="listid" alias="ab">
-<filter type="and">
<condition attribute="listid" value="{GUID DER MARKETINGLISTE}" uitype="list" uiname="NAME DER MARKETINGLISTE" operator="eq"/>
</filter>
</link-entity>
</link-entity>
</entity>
</fetch>
19. September 2017 09:30
<fetch mapping='logical'>
<entity name='phonecall'>
<attribute name='regardingobjectid' />
<attribute name='to' />
</entity>
</fetch>
19. September 2017 10:37
19. September 2017 12:46
19. September 2017 15:13
<fetch top="50" >
<entity name="activityparty" >
<attribute name="partyidname" />
<attribute name="partyid" />
<attribute name="activitypartyid" />
<link-entity name="account" from="accountid" to="partyid" link-type="outer" >
<attribute name="name" />
</link-entity>
<link-entity name="contact" from="contactid" to="partyid" link-type="outer" >
<attribute name="fullname" />
</link-entity>
</entity>
</fetch>