Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Unanswered

Track management reporter changes..

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Anyone have found way to determine who made changes to management reporter table definitions, etc ?  or changes that were made.   There are tons of table and I haven't started to dive into every table or is there a cheat sheet somewhere.. Thanks..  so far I found

[Reporting].[ControlAudit] - shows report/date time stamp/user id, 

[Reporting].[SecuritUser] - shows the user id mapped to a windows name.   

Categories:
  • Greg Byer Profile Picture
    Greg Byer 2,586 on at
    RE: Track management reporter changes..

    Hi Michael,

    There isn't a good way to see who made changes in MR.  You could use the scripts below to check the row, column, tree and report to see who last made changes to it.

    --ROW DEFINTION

    SELECT CRM.NAME             AS ROWNAME,

          CRM.LASTMODIFIEDDATE AS ROWMODIFYDATE,

          SU.USERNAME

    FROM   Reporting.ControlRowMaster CRM

          JOIN Reporting.SecurityUser SU

            ON CRM.LASTCHANGEDBY = SU.USERID

    --COLUMN DEFINTION

    SELECT CCM.NAME             AS COLUMNNAME,

          CCM.LASTMODIFIEDDATE AS COLUMNMODIFYDATE,

          SU.USERNAME

    FROM   Reporting.ControlColumnMaster CCM

          JOIN Reporting.SecurityUser SU

            ON CCM.LASTCHANGEDBY = SU.USERID  

    --TREE DEFINTION

    SELECT CTM.NAME             AS TREENAME,

          CTM.LASTMODIFIEDDATE AS TREEMODIFYDATE,

          SU.USERNAME

    FROM   Reporting.ControlTreeMaster CTM

          JOIN Reporting.SecurityUser SU

            ON CTM.LASTCHANGEDBY = SU.USERID  

    --REPORT DEFINITION

    SELECT CRM.NAME  AS REPORTNAME,

    CRM.LASTMODIFIEDDATE AS REPORTMODIFIYDATE,

    SU.USERNAME

    FROM Reporting.ControlReport CRM

    JOIN Reporting.SecurityUser SU

    ON CRM.LastChangedBy = SU.USERID

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

News and Announcements

Announcing Category Subscriptions!

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,359 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,370 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans