You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/restore-deleted-records.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,6 @@ The following errors might occur when restoring records.
297
297
298
298
If some related records whose reference were removed as part of Cascade relationship, no longer exist, the restore operation will fail. To avoid this, always restore the related records not deleted as part of current record, before trying to restore the primary record.
299
299
300
-
After enabling this setting, you might receive the following error:
@@ -324,7 +323,7 @@ Donot create records with similar Alternate Keys that were already deleted, this
324
323
325
324
#### PicklistValueOutOfRangeRecycleBin
326
325
327
-
Do not delete Picklist or Option Set values directly, instead rename them with (deprecated) tag, because it will prevent the records deleted at the time to be restored. (with in configured duration, default is 30 days).
326
+
Do not delete Picklist or Option Set values directly, instead rename them with (deprecated) tag, because it will prevent the records deleted at the time to be restored.
328
327
329
328
> Name: `PicklistValueOutOfRangeRecycleBin`<br />
330
329
> Code: `0x80049949`<br />
@@ -420,7 +419,7 @@ The results of this query as of May 2024 when this preview feature began are in
420
419
421
420
The value to determine how long deleted records are available to be restored is set in the [RecycleBinConfig.CleanupIntervalInDays](reference/entities/recyclebinconfig.md#BKMK_CleanupIntervalInDays) column where the [Name](reference/entities/recyclebinconfig.md#BKMK_Name) column value is `organization`. Every other row in the `RecycleBinConfig` table has a `CleanupIntervalInDays` column value of `-1`. This value indicates it uses the same values set for the `organization` table.
422
421
423
-
To specify a different value for another table, set the `CleanupIntervalInDays` column value where the `Name` matches the logical name of the table. While this column allows values up to 2,147,483,647, we recommend not setting it higher than 30.
422
+
To specify a different value for another table, set the `CleanupIntervalInDays` column value where the `Name` matches the logical name of the table. This column allows values up to 30, we recommend not setting it unless different from organization default value.
0 commit comments