29. Januar 2013 10:00
29. Januar 2013 14:52
29. Januar 2013 17:36
30. Januar 2013 05:08
30. Januar 2013 14:25
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="new_aktivitätsentität" enableprefiltering="true" >
<attribute name="activityid" />
<attribute name="subject" />
<order attribute="subject" descending="false" />
<link-entity name="activityparty" from="activityid" to="activityid" alias="aktiv" link-type="outer">
<attribute name="participationtypemask" />
<link-entity name="systemuser" from="systemuserid" to="partyid" alias="requiredatt" link-type="outer">
<attribute name="systemuserid"/>
<attribute name="fullname"/>
<attribute name="title" />
</link-entity>
<filter type="and">
<condition attribute="participationtypemask" operator="eq" value="5" />
</filter>
</link-entity>
</fetch>