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 3 Discussion

Actual exam question for Microsoft's MB-820 exam
Question #: 3
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 sets 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 lo 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: In the MyTable object add the property InherentPermissions = Rl. Does the solution meet the goal?

Show Suggested Answer Hide Answer
Suggested Answer: B

The property InherentPermissions is used to automatically grant permissions to the table object it is applied to, but setting it to Rl (which seems to be a typo and should likely be 'RL' for Read and Insert permissions) is not sufficient in this scenario. The issues reported by the users suggest that they need more than just read and insert permissions on MyTable. Since users are unable to post sales orders, they likely need Modify, Delete, or Execute permissions on certain tables or objects related to the sales order process. Additionally, the inability to access the list page created in MyTable could be due to lacking Read permissions on other related objects or pages. Therefore, merely setting InherentPermissions = RL on MyTable does not comprehensively address the users' permission issues, especially when considering the principle of least privilege. A more tailored approach to permissions, potentially involving adjustments to the app's code or configuration to ensure proper permissions are applied where necessary, would be needed.


Contribute your Thoughts:

Yolande
11 days ago
I agree, Yvonne. Granting inherent permissions to the entire table might be overkill and could potentially create other security concerns down the line.
upvoted 0 times
...
Yvonne
12 days ago
I'm a bit worried about the 'InherentPermissions = Rl' solution. That seems like a pretty broad approach, and I'm not sure if it will address the specific issues the users are facing.
upvoted 0 times
...
Leanora
13 days ago
You're right, Flo. The principle of least privilege is important, but it might be difficult to achieve that without adding new permission sets.
upvoted 0 times
...
Flo
14 days ago
Hmm, this seems like a tricky question. The fact that we can't create new permission sets makes it a bit more challenging to resolve the user issues.
upvoted 0 times
...

Save Cancel