Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam MB-820 Topic 2 Question 7 Discussion

Actual exam question for Microsoft's MB-820 exam
Question #: 7
Topic #: 2
[All MB-820 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question set might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear on the review screen.

A company creates a Business Central app and a table named MyTable to store records when sales orders are posted.

Users report the following issues:

* The users receive permission errors related to MyTable.

* Users are no longer able to post sales orders since installing the new app.

* The users cannot access the list page created in MyTable.

You need to resolve the user issues without creating new permission sets. You must use the principle of least privilege.

Solution: Decorate the event subscriber used for inserting data in MyTable by entering (lnherentPermissions(PermissionOb]ectType:TableDat

a. Database:MyTable. 'R')]

Does the solution meet the goal?

Show Suggested Answer Hide Answer
Suggested Answer: A

Using InherentPermissions in an event subscriber with the specified syntax could potentially resolve the permission issues related to MyTable, provided that the permissions specified (in this case, 'R' for Read) align with the minimum necessary for the users to perform their tasks. This approach allows the app to grant permissions dynamically based on the context of the event subscriber, which in this case is involved with inserting data into MyTable. By granting Read permission at the event level, it ensures that users have the necessary permissions to interact with MyTable in the context of the operations facilitated by the event subscriber, without needing to alter existing permission sets or grant broader permissions than necessary. This solution adheres to the principle of least privilege by ensuring that permissions are granted only within the narrow scope needed for specific operations, thereby potentially resolving the reported user issues in a secure and controlled manner.


Contribute your Thoughts:

Tennie
4 days ago
Ah, the joys of permissions in Business Central. This is a tricky one, for sure. The solution provided seems to be granting the 'Read' permission on the MyTable, but I'm wondering if there's more to it than that. Maybe we need to look at the specific user roles and see if there are any other permissions that need to be granted.
upvoted 0 times
...
Noel
5 days ago
Haha, the users are having a rough time with this app, aren't they? Permissions can be a real headache, but we need to find a way to resolve these issues without creating new permission sets. The solution seems to be on the right track, but I'm not sure if it's the complete solution.
upvoted 0 times
...
Rima
6 days ago
You know, I was just thinking about this. What if the issue is not just with the MyTable, but with the sales order posting process as well? Maybe we need to look at the permissions required for that functionality too. It could be that the users don't have the necessary permissions to post sales orders, which is causing the issues.
upvoted 0 times
...
Hyman
7 days ago
Ah, good point! That could definitely be part of the problem. We need to make sure that the users have the necessary permissions to perform all the required tasks, not just access the MyTable. This is starting to sound like a real brain-teaser, but I'm up for the challenge!
upvoted 0 times
...

Save Cancel