Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested answer

Audit History SSRS Report

(0) ShareShare
ReportReport
Posted on by 155

I want to generate an SSRS report that has information about contact fields : emailaddress1,parentcustomerid. The report should display old value,new value, updated by information. Please post any links or suggestion on implementing this.

Env : 2015 On-Prem 

trying to use this https://marcuscrast.wordpress.com/2012/01/14/dynamics-crm-2011-audit-report-in-ssrs/ but not sure how to retrieve lookup display names.

  • Suggested answer
    tcardoso Profile Picture
    tcardoso 137 on at
    RE: Audit History SSRS Report

    HI Itz_me_ram, 

    you have to use link entity for example a fetch below:

    <attribute name="name" />

       <attribute name="primarycontactid" />

       <attribute name="telephone1" />

       <attribute name="accountid" />

       <order attribute="name" descending="false" />

       <link-entity name="opportunity" from="parentaccountid" to="accountid" link-type="inner" alias="aa">

         <link-entity name="contact" from="contactid" to="parentcontactid" link-type="inner" alias="ab">

           <filter type="and">

             <condition attribute="contactid" operator="eq" value="@contactId" />

           </filter>

         </link-entity>

       </link-entity>

    other example you can use in powerbi =  LOOKUPValue(contacts[fullname],contacts[contactid],accounts[_primarycontactid_value])

    regards,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,309 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans