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

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

List of Dataverse with tables that can handle physical deleted records

(0) ShareShare
ReportReport
Posted on by
Hi all,
 
last week I noticed that the UserInfo-table handles deleted records differently.
It worked with physical deleted records, rather than logical deleted records as is the "normal" way.
 
Does someone have a list of tables that work the same way as the UserInfo-table, namely work with physical deleted records and not logical deleted records?
 
It changes my approach on how to handle the kind of records when loading them into our DataWareHouse.
 
Thanks in advance,
Sven
Categories:
I have the same question (0)
  • Suggested answer
    Sahan Hasitha Profile Picture
    681 on at
    List of Dataverse with tables that can handle physical deleted records
    •  Detect Delete Behavior per Table
        Check TableProperties → TableType.
        System/Internal tables → often physical delete.
        Normal business tables → soft delete.
    •  Track Deletes Consistently
        For soft delete tables: watch ValidTo, DataAreaId, DeleteAction, or RecId presence.
        For hard delete tables: implement Change Tracking (CT) or DMF export with Change Feed so you catch the delete before it disappears.
    •  Recommended Approach
        Use BYOD with Change Tracking enabled → it captures hard deletes as a “tombstone row” in your SQL DB.
        Or, if using Entity Store → note that it does not track deletes (only current snapshot).
        For critical tables like UserInfo, always use BYOD + CT for DW loads.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
DAnny3211 Profile Picture

DAnny3211 213

#2
Nimsara Jayathilaka. Profile Picture

Nimsara Jayathilaka. 123

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 100 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans