web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to get list of objects Created Or modified Objects in Production After the ModelStore Import.

(0) ShareShare
ReportReport
Posted on by

Hi,

I am doing the build using ModelStore import from the TEST environment to Production,  for the auditing purpose, I need to get the list of objects created or modified during each and every build.

Since it was a model store import, the created Date time & modified Date time will be similar to the TEST environment. 

SQL Statement : 

select
smet.Name as Name,
smet.TREENODENAME as TreeNodeName,
sme.Name as ObjectName,
smed.CREATEDBY as CreatedBy,
smed.CREATEDDATETIME as CreatedDateTime,
smed.MODIFIEDBY as ModifiedBy,
smed.MODIFIEDDATETIME as ModifiedDateTime
from SYSModelElementType smet
join SysModelElement sme
on sme.ElementType = smet.RecId
join SysModelElementData smed
on smed.ModelElement = sme.RecId
where smed.MODELID = '19' and
((CONVERT(DATE,smed.CREATEDDATETIME,123) between '2018-02-01' and '2018-02-28')
OR  (CONVERT(DATE,smed.MODIFIEDDATETIME,123) between '2018-02-01' and '2018-02-28'));

*This post is locked for comments

I have the same question (0)
  • Martin Dráb Profile Picture
    239,108 Most Valuable Professional on at

    Why don't you simply compare the two versions in your version control system?

  • Community Member Profile Picture
    on at

    VSS is inactive, that's the reason I am creating the report from the SysModel table,  Is there any other way to achieve using the X++ code  or SQL  (SSRS report)

  • Suggested answer
    Martin Dráb Profile Picture
    239,108 Most Valuable Professional on at

    Oh, you develop without version control? That's an enormous problem; you should fix it immediately!

    No, there is no reliable solution how you could now get "the list of objects created or modified during each and every build". That's one of many things that version control is for; you lost this capability when you decide not to control your source code.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Basit Profile Picture

Basit 1

#1
GL-01081504-0 Profile Picture

GL-01081504-0 1

#1
Roya Profile Picture

Roya 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans