Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP forum
Unanswered

Track management reporter changes..

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.   

  • 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

Quick Links

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

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

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,532 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,501 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Product updates

Dynamics 365 release plans