Is there a built in way to create a report or excel template for a select group of contacts that includes the contacts picture within Dynamics CRM online?
*This post is locked for comments
Is there a built in way to create a report or excel template for a select group of contacts that includes the contacts picture within Dynamics CRM online?
*This post is locked for comments
Hi Devon,
I believe that this FetchXML will retrieve all contacts that have a picture attached
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" > <entity name="contact" > <all-attributes/> <filter> <condition attribute="entityimage" operator="not-null" /> </filter> </entity> </fetch>
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,305
Most Valuable Professional
nmaenpaa
101,156