knowledgecenter-breadcrum

Knowledge Center

06 Jun, 2024

Restoring Deleted Records in Dataverse Tables

Posted on 06 Jun, 2024 by Vranda, Posted in Power Apps Dataverse Power Platform Dynamics 365

Blogs

In this blog post, I will be discussing how we can restore the deleted records from any table in Dataverse.

Introduction:

At some point of time, we all have deleted important records by mistake from Dataverse tables and wished to restore it back.

Now restoring those deleted records is possible using Recycle Bin feature which is still in preview as of now without the need of auditing of tables.

Implementation:

Part 1: Enabling the feature and deleting the records:

To achieve this functionality, we must firstly enable the Recycle bin feature in the Power Platform admin center.

Optionally we can set the recovery interval which means number of days after which records should be deleted and it maximizes to 30 days.

Now we will check the audit setting of Account Table first and then perform deletion of records from the table.

 

We can see that the auditing for the table is off. I currently have 11 records in the table. Now we will delete all the records from the table.

Now all the account records are deleted.

 

Part 2: Restoring the deleted records:

For this, we must navigate to Power Platform Admin Center –> Environments -> Select your Environment –> Settings –> Data Management –> View Deleted Records(preview).

On clicking View Deleted Records, it will navigate us to a view where we can see all our deleted records.

To restore them, we just have to select all the records and click Restore button on the ribbon.

After clicking on Restore button, a popup appears to confirm restoration. Click on “Ok” and all the records will be restored back to the account table.

All the account records are now restored.

This feature is in preview as of now and will be generally available by September 2024.

Comment

This is a Required Field

Loading

Recent Updates

Case Study
06 Sep, 2024

Implementation of Business Central for a Trading Organization

Customer Overview A prominent trading organization sought to enhance its operational efficiency and streamline its business processes by implementing Dynamics…

READ MORE
Blogs
03 Sep, 2024

Optimizing Code Check-ins: Ignoring Unnecessary Files for a Cleaner Azure DevOps Repo.

Introduction In this blog, we will learn about the code check-in process in DevOps. After development, unnecessary files are sometimes…

READ MORE
Blogs
20 Aug, 2024

Configure Macros in Omnichannel to improve Agent Productivity

What are Macros? Macros are a set of sequential actions that a user performs. They enable users to perform daily…

READ MORE