is it possible to remove the assign to option from ribbon
The only method to currently do this is through the Ribbon Workbench tool, which can be used through XRM toolbox or I believe you can still install it as a solution in your environment. This will give you two options:
Hide the button entirely
Attach a JavaScript function to the button (or better yet to a copy of the button) that checks the current user to meet some sort of criteria, allowing the button to be visible.
I might add another possibility, however, to customizing the ribbon. Security roles in Dynamics CRM are associated to users and grant them specific permissions on records. The typical permissions include Create, Read, Edit, or Delete. However, 'Assign' does still have its own permissions and can be toggled on or off for a given role. If possible, I would recommend removing the ability to assign from the security role itself rather than just hiding the button. This has the benefit of securing the assign ability no matter how the user tries to do it (workflow, updating the owner field directly, cloud flow, import, etc.) rather than hiding the button for it but leaving the permissions intact.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.