A privilege can be defined as the permission to perform specific actions on a Dynamics 365 CE record. By using privileges, we can control what action the current user can perform on an entity record. We can configure the following entity privileges in security roles:
- Create permissions define whether the current user can create entity records.
- Read permissions define whether an entity will be visible to the user. If the user has a Read permission on the entity only, then this entity will be visible to the user.
- Write permissions are used to control update actions that can be performed on the entity.
- Delete permissions help us configure whether the user can delete this record.
- Append permissions can be used to allow us to associate ...