Images most often are embedded within the report like a company logo. But if you wanted to display an image in the report that was attached as a note in CRM you can still do it in very easy steps. 1. Design the query to read the note attachments. <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" count="1"> <entity name="annotation"> <attribute name="documentbody" /> </entity>...(read more)
↧