Universal Container's Salesforce Admin created a custom profile where support profile has only create read permission for the account object but the organization wide default for the account object is public read and write.
Which of the following statements is correct?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: A
The profile permission for support is - create and read; the organization wide default is public read and write so the users cannot edit any records on the account since the profile is the starting point and the edit permission is not given through the profile.
Profile permission is the maximum permission you can have.
Organization wide default doesn't have the ability to provide more permission than the profile permission.
Option B is incorrect.
Users cannot edit since the profile doesn't provide the edit permission
Option C is incorrect because users can read the records on the account object, but they can't edit them.
Option D is incorrect because users cannot delete any record since the delete permission is not given through the support profile.
References:
Correct Answer: A
The profile permission for support is - create and read; the organization wide default is public read and write so the users cannot edit any records on the account since the profile is the starting point and the edit permission is not given through the profile.
Profile permission is the maximum permission you can have.
Organization wide default doesn't have the ability to provide more permission than the profile permission.
Option B is incorrect.
Users cannot edit since the profile doesn't provide the edit permission
Option C is incorrect because users can read the records on the account object, but they can't edit them.
Option D is incorrect because users cannot delete any record since the delete permission is not given through the support profile.
References:
The correct answer is B. Support profile users can edit any record on the account since the organization-wide default for the account is public read & write.
Here's the detailed explanation:
Universal Container's Salesforce Admin created a custom profile for the support users, which only has create and read permissions on the Account object. It means that the support users can only create new Account records and view the existing ones. They cannot edit or delete the existing Account records.
However, the organization-wide default for the Account object is public read and write, which means that all users in the organization, including the support users, can read and write (edit) the Account records. This overrides the custom profile's permissions and grants the support users edit access to the Account records.
Therefore, option B is correct. The support profile users can edit any record on the Account since the organization-wide default for the Account is public read and write. Options A, C, and D are incorrect because they either contradict the given information or make assumptions that are not true based on the scenario.