4. April 2013 16:22
4. April 2013 17:42
5. April 2013 10:33
5. April 2013 10:51
8. April 2013 10:02
8. April 2013 11:00
8. April 2013 12:13
8. April 2013 16:34
9. April 2013 10:24
(Fields!documentbody.Value
9. April 2013 10:43
'documentbody' is the field from the FilteredAnnotation view
9. April 2013 11:26
9. April 2013 14:01
<?xml version="1.0"?>
-<fetch distinct="false" mapping="logical" output-format="xml-platform" version="1.0"> -<entity name="annotation"> <attribute name="subject"/> <attribute name="notetext"/> <attribute name="filename"/> <attribute name="annotationid"/> <order descending="false" attribute="subject"/> -<link-entity name="product" alias="ab" to="objectid" from="productid"> <attribute name="name"/> </link-entity> </entity> </fetch>
9. April 2013 14:45
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
<entity name="quote" enableprefiltering="1" >
<attribute name="name" />
<attribute name="customerid" />
<attribute name="statecode" />
<attribute name="totalamount" />
<attribute name="quoteid" />
<attribute name="createdon" />
<order attribute="name" descending="false" />
<link-entity name="quotedetail" from="quoteid" to="quoteid" alias="aa">
<attribute name="productid" />
<attribute name="quantity" />
<attribute name="extendedamount" />
<attribute name="priceperunit" />
</link-entity>
<link-entity name="annotation" from="objectid" to="quoteid" alias="ab">
<attribute name="documentbody" />
<attribute name="mimetype" />
</link-entity>
<link-entity name="account" from="accountid" to="customerid" alias="ac"></link-entity>
<link-entity name="opportunity" from="opportunityid" to="opportunityid" alias="ad">
<attribute name="parentcontactid" />
</link-entity>
<link-entity name="contact" from="contactid" to="customerid" alias="ae"></link-entity>
</entity>
</fetch>
<link-entity name="annotation" from="objectid" to="quoteid" alias="ab">
<attribute name="documentbody" />
<attribute name="mimetype" />
</link-entity>
9. April 2013 16:56
<link-entity name="annotation" from="objectid" to="quoteid" alias="ab">
10. April 2013 10:56
10. April 2013 11:13
10. April 2013 12:06
gE3z hat geschrieben: das Control muss auch die gleiche größe haben wie die Bilder.
11. April 2013 10:42
16. April 2013 17:43