-
Notifications
You must be signed in to change notification settings - Fork 655
[E-Document Core] - Admin and User permission sets #28477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[E-Document Core] - Admin and User permission sets #28477
Conversation
[E-Document Core] - Code workspace
Co-authored-by: Grasiele Matuleviciute <131970463+GMatuleviciute@users.noreply.github.com>
….com/GMatuleviciute/ALAppExtensions into dev/pmi/EDocumentsAdminPermissionSet
Could not find linked issues in the pull request description. Please make sure the pull request description contains a line that contains 'Fixes #' followed by the issue number being fixed. Use that pattern for every issue you want to link. |
@GMatuleviciute lets review once the build passes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build not passing atm.
@Groenbech96 PR passed build. We found the small issue why it failed. |
Processing this PR. The branch is now locked 🔒 Please don't push updates unless otherwise agreed. |
This pull request does not have a related issue as it's part of the delivery for development agreed directly with @altotovi @Groenbech96
Implementation:
This update introduces two new permission sets: E-DOC. CORE - Admin and E-DOC. CORE - User.
E-Doc. Core - Admin: Allows users the ability to create, delete, and modify the E-Document Services page and related setup.
E-Doc. Core - User: Allows users to create, delete, and modify all other related tables.
Additionally, the Admin permission set is implemented as an extension of the D365 - FULL ACCESS permission set.
Fixes #
Fixes AB#579621