Announcements
No record found.
We have around 1000 records in the Database Log Setup form in AX 2009, and we want to migrate those records to the Database Log Setup form in D365 Finance & Operations. To achieve this, we created a custom data entity in D365 FO by adding the DatabaseLog table as the data source. Yesterday, I tested importing one record through this custom entity, and the import was completed successfully. During the import, I provided the following values in Excel: TableName TableId LogType FieldName (left empty) After the import: The record is visible in the backend DatabaseLog table (verified through SSMS). However, the record is not appearing in the "Database Log Setup" form in the application.
1.I researched why the record was not appearing in the form, I learned about the "Consistency Check" button in the Database Log Setup form. It is used to synchronize data if any records are left as orphaned. I executed this option, but the record still does not appear in the form. 2.I also debugged the code while opening the Database Log Setup form, but everything seems to be working fine. Could anyone please suggest whether I might be missing any link or if I need to update any additional related tables for the record to appear correctly in the Database Log Setup form? 3.Are TableName, TableId, LogType, and FieldName sufficient fields for the data entity, or should I include additional fields to avoid future reference issues during import?
SELECT FIRSTFAST FORUPDATE * FROM DatabaseLog(DatabaseLog) USING INDEX Loglist WHERE ((logType = 0) OR (logType = 2) OR (logType = 1) OR (logType = 3))
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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 521 Super User 2026 Season 1
Giorgio Bonacorsi 438
Adis 261 Super User 2026 Season 1