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
@@ -54,7 +55,7 @@ new record. Testing whether the user can create a new record requires using the
54
55
other strategy (mentioned above) to check the user’s security privileges.
55
56
56
57
However, if the user was successful in retrieving entity records using a query, you
57
-
can then test an entity instance using <xref:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest>.
58
+
can then test an entity instance using the `RetrievePrincipalAccess` message (<xref:Microsoft.Dynamics.CRM.RetrievePrincipalAccess>, <xref:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest>).
58
59
59
60
The following sample method uses the .NET SDK assemblies to allow retrieving a
60
61
set of access rights defined within the [AccessRights Enum](/dotnet/api/microsoft.crm.sdk.messages.accessrights).
@@ -71,8 +72,6 @@ set of access rights defined within the [AccessRights Enum](/dotnet/api/microsof
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/security-model.md
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,3 @@ As a developer, you should know that the data operations in your code run in the
34
34
The first step is to understand the security concepts that apply to data access. You should understand how to configure and manage security roles because you will need to apply them when you test your code. But this is beyond the scope of this topic. You can find more information about security concepts in general and security configuration tasks in [Security concepts in Microsoft Dataverse](/power-platform/admin/wp-security-cds).
35
35
36
36
In the security related topics that follow, we will assume that you have have a basic understanding of Microsoft Dataverse security concepts and administration so that we can proceed with addressing the security and data access APIs that you will need to use in your plug-in or application.
0 commit comments