Microsoft Dynamics 365 Business Central Developer — Question 65
A company uses Business Central. Users in DepartmentA are assigned a base application permission set.
The company observes that DepartmentA can display a critical page that should be unavailable to the department.
You need to resolve the system control issue.
What should you do?
Answer options
- A. Create a different role center page that excludes the critical page and assign it to the users.
- B. Create a permission set object that excludes the critical table and assign it to the users.
- C. Create an entitlement object that excludes the base application permission set.
- D. Extend the base application permission set and configure the IncludedPermissionSets property.
- E. Extend the base application permission set and configure the ExcludedPermissionSets property.
Correct answer: E
Explanation
The correct answer is E because extending the base application permission set and configuring the ExcludedPermissionSets property allows for the specific exclusion of permissions related to the critical page. The other options either create new roles or permission sets that do not directly address the issue of restricting access to the critical page effectively.