Skip to content

Commit b9c5e07

Browse files
committed
Fixed security role name
1 parent eaf5b72 commit b9c5e07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

powerapps-docs/developer/common-data-service/includes/data-service-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@
448448
|0x80045030<br />-2147200976|Name: **CannotDeleteAttributeUsedInWorkflow**<br />Message: This attribute cannot be deleted because it is used in one or more workflows. Cancel any system jobs for workflows that use this attribute, then delete or modify any workflows that use the attribute, and then try to delete the attribute again.|
449449
|0x80048cfe<br />-2147185410|Name: **CannotDeleteBaseMoneyCalculationAttribute**<br />Message: The base money calculation Attribute is not valid for deletion|
450450
|0x8004022f<br />-2147220945|Name: **CannotDeleteCannedView**<br />Message: System-defined views cannot be deleted.|
451-
|0x80041d5a<br />-2147213990|Name: **CannotDeleteCDSUser**<br />Message: The Microsoft Dataverse User Role cannot be deleted.|
451+
|0x80041d5a<br />-2147213990|Name: **CannotDeleteCDSUser**<br />Message: The Microsoft Common Data Service User Role cannot be deleted.|
452452
|0x80061108<br />-2147086072|Name: **CannotDeleteChannelAccessProfileRule**<br />Message: You can't delete an active channel access profile rule. Deactivate the rule and then delete it.|
453453
|0x800608EB<br />-2147088149|Name: **CannotDeleteChannelProperty**<br />Message: You can’t delete a channel property which is being referred in a convert rule.|
454454
|0x80047016<br />-2147192810|Name: **CannotDeleteChildAttribute**<br />Message: The Child Attribute is not valid for deletion|

powerapps-docs/maker/model-driven-apps/share-model-driven-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ These predefined roles are available with a [!INCLUDE [powerapps](../../includes
143143
|Environment Maker | None | Can create new resources associated with an environment including apps, connections, custom APIs, gateways, and flows using Power Automate. However, does not have any privileges to access data within an environment. More information: [Environments overview](https://powerapps.microsoft.com/blog/powerapps-environments/) |
144144
|System Administrator | Create, Read, Write, Delete, Customizations, Security Roles | Has full permission to customize or administer the environment, including creating, modifying, and assigning security roles. Can view all data in the environment. More information: [Privileges required for customization](https://docs.microsoft.com/dynamics365/customer-engagement/customize/privileges-required-customization) |
145145
|System Customizer | Create (self), Read (self), Write (self), Delete (self), Customizations | Has full permission to customize the environment. However, can only view rows for environment tables that they create. More information: [Privileges required for customization](https://docs.microsoft.com/dynamics365/customer-engagement/customize/privileges-required-customization) |
146-
|Dataverse User | Read, Create (self), write (self), delete (self) | Can run an app within the environment and perform common tasks for the rows that they own. |
146+
|Common Data Service User | Read, Create (self), write (self), delete (self) | Can run an app within the environment and perform common tasks for the rows that they own. |
147147
|Delegate | Act on behalf of another user | Allows code to run as another user or impersonate. Typically used with another security role to allow access to rows. More information: [Impersonate another user](https://docs.microsoft.com/dynamics365/customer-engagement/developer/org-service/impersonate-another-user) |
148148

149149
*Privilege is global scope unless specified otherwise.

powerapps-docs/sample-apps/crisis-financial-impact-tracker/deploy-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ to share apps with groups of users.
152152
> [!div class="mx-imgBorder"]
153153
> ![Share app](./media/share-app.png "Share app")
154154
155-
1. Specify the Azure AD group or users who you want to share this app with. Because the app connects to Dataverse data, you also need to provide permissions to the entities. The sharing panel prompts you to manage security for the entities. Assign the **Higher Education Crisis Financial Impact Tracker User** and **Dataverse User** security roles to the entities used by this app, and then select **Share**.
155+
1. Specify the Azure AD group or users who you want to share this app with. Because the app connects to Dataverse data, you also need to provide permissions to the entities. The sharing panel prompts you to manage security for the entities. Assign the **Higher Education Crisis Financial Impact Tracker User** and **Common Data Service User** security roles to the entities used by this app, and then select **Share**.
156156

157157
> [!div class="mx-imgBorder"]
158158
> ![Assign roles](./media/assign-roles.png "Assign roles")

powerapps-docs/sample-apps/emergency-response/deploy-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ groups to easily share apps with groups of users.
316316
> [!div class="mx-imgBorder"]
317317
> ![Share canvas apps](media/conf-share-canvas-apps.png "Share canvas apps")
318318
319-
4. Specify the Azure AD group or users that you want to share this app with. As the app connects to Dataverse data, you will also need to provide permissions to the entities. The sharing panel prompts you to manage security for the entities. Assign the **Emergency Response User** and **Dataverse User** security roles to the entities used by this app and select **Share**.
319+
4. Specify the Azure AD group or users that you want to share this app with. As the app connects to Dataverse data, you will also need to provide permissions to the entities. The sharing panel prompts you to manage security for the entities. Assign the **Emergency Response User** and **Common Data Service User** security roles to the entities used by this app and select **Share**.
320320
321321
> [!div class="mx-imgBorder"]
322322
> ![Share app with Azure AD group or users](media/conf-share-app-groups-users.png "Share app with Azure AD group or users")

0 commit comments

Comments
 (0)