Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 878 Bytes

use-getsecurityroleprivilegesinfo.md

File metadata and controls

15 lines (14 loc) · 878 Bytes
title description author ms.topic ms.date ms.service ms.subservice ms.author search.audienceType
use-getsecurityroleprivilegesinfo Power Apps checker reference | Microsoft Docs
Power Apps checker rule reference for use-getsecurityroleprivilegesinfo.
ecarrleemsft
reference
07/18/2022
powerapps
dataverse-maker
matp
maker

use-getsecurityroleprivilegesinfo

Avoid userSettings.securityRolePrivileges. This returns only privilege GUIDs, which are difficult to work with. You might be making extra network requests to get further details about the privilege GUID and that degrades performance. Use userSettings.getSecurityRolePrivilegesInfo() instead, which gives you more details about each security role privilege.