A straightforward and powerful way to bulk assign roles; Dynamics Bulk Role Updater a plugin for XRM ToolBox.
- Role Sets: Bundle multiple roles into sets for easy assignments.
- Bulk Assign: Apply role sets to many users at once.
- Fetch XML Builder Integration: Powerful filtering using tools you already know.
- Environment Role Sets: Save role sets for different environments.
Rate the Plugin: See it on XrmToolbox.com.
For developers interested in contributing:
-
Branches:
main
: Holds stable, release-ready code. Only the project lead merges here.develop
: For new features and development.
-
Releases:
- Merging a PR into
main
creates a GitHub draft release. - Use the PR description as release notes.
- Publishing the draft also updates the NuGet package on nuget.org.
- Merging a PR into
-
Contribution Steps:
- Merge new features into the
develop
branch. develop
will be merged intomain
when it is ready for release.
- Merge new features into the