Skip to content

Commit 867c9c4

Browse files
Update restore-deleted-records.md
1 parent 95ba5b0 commit 867c9c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

powerapps-docs/developer/data-platform/restore-deleted-records.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ The following errors might occur when restoring records.
297297

298298
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.
299299

300-
After enabling this setting, you might receive the following error:
301300
> Name: `RefCannotBeRestoredRecycleBinNotFound`<br />
302301
> Code: `0x80049959`<br />
303302
> Number: `-2147182247`<br />
@@ -324,7 +323,7 @@ Donot create records with similar Alternate Keys that were already deleted, this
324323
325324
#### PicklistValueOutOfRangeRecycleBin
326325

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.
328327

329328
> Name: `PicklistValueOutOfRangeRecycleBin`<br />
330329
> Code: `0x80049949`<br />
@@ -420,7 +419,7 @@ The results of this query as of May 2024 when this preview feature began are in
420419

421420
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.
422421

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.
424423

425424
### [SDK for .NET](#tab/sdk)
426425

0 commit comments

Comments
 (0)