
Hi,
It sounds like you're experiencing an issue where the Salesperson security role is automatically reverting the delete permission from "None" back to "User" without any manual changes. Here are a few possible reasons and solutions:
Dynamics 365 may automatically refresh certain security roles to their default settings during updates, especially if it’s a standard out-of-the-box role like "Salesperson." This can cause custom changes to revert. To prevent this, consider creating a custom security role based on the Salesperson role:
If you're working in a managed environment with multiple environments (e.g., Dev, Test, Prod), a solution import may overwrite security role settings. Check with your system admin to ensure no automated deployments or solution imports have reverted the changes.
Verify if any other roles or hierarchical security settings are influencing this role. Sometimes, permissions can be overridden if the user has multiple roles or if there is a team role hierarchy applied. Ensure no other security roles are conflicting with the Salesperson role permissions.
Certain background processes or workflows may inadvertently modify security roles, particularly if they are tied to custom scripting or plugins. Check any workflows or plugins configured in your environment that could modify security roles or permissions.
Since you noticed the change in the audit trail with "Changed by: SYSTEM," you can enable security role change auditing to track if there are any system jobs or specific events triggering the reversion. This may help identify the cause of the change.
Let me know if this helps or if you need additional assistance!
Best regards,
Nelson.