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
description: Returns if the user has privilege for specific table.
4
4
ms.author: hemantg
5
5
author: HemantGaur
6
-
ms.date: 05/27/2022
6
+
ms.date: 06/25/2024
7
7
ms.reviewer: jdaly
8
8
ms.topic: reference
9
9
ms.subservice: pcf
@@ -35,6 +35,15 @@ Model-driven apps
35
35
36
36
**Type**: `boolean`
37
37
38
+
## Remarks
39
+
40
+
This function might return false if the table metadata isn't locally cached. To ensure the table metadata is available in the local cache, call and await on [getEntityMetadata](getentitymetadata.md) before calling `hasEntityPrivilege`.
0 commit comments