Skip to content

Commit 6b593c5

Browse files
committed
fix link
1 parent edbd1f4 commit 6b593c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ function Set-CleanupIntervalInDays{
534534
To disable the recycle bin for a table, disable the `recyclebinconfig` record for the table by setting the [statecode](reference/entities/recyclebinconfig.md#BKMK_statecode) and [statuscode](reference/entities/recyclebinconfig.md#BKMK_statuscode) properties to their **Inactive** values: `2` and `1` respectively.
535535

536536
> [!NOTE]
537-
> The following queries compare the `EntityId` value against the [Entity.EntityId](reference/entities/entity.md#-entityid) column value, which stores the table [EntityMetadata.MetadataId ](/dotnet/api/microsoft.xrm.sdk.metadata.metadatabase.metadataid).
537+
> The following queries compare the `EntityId` value against the [Entity.EntityId](reference/entities/entity.md#BKMK_EntityId) column value, which stores the table [EntityMetadata.MetadataId ](/dotnet/api/microsoft.xrm.sdk.metadata.metadatabase.metadataid).
538538
539539
### [SDK for .NET](#tab/sdk)
540540

0 commit comments

Comments
 (0)