function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AngieDAngieD 

Data Security

I'm stuck on only one unit for this module; the controlling access to fields unit:

"Two team members need to view and update Accounts, but only one should be able to see and edit the Rating field. Create one profile and one permission set with field level security to solve for this use case.The profile must be named 'Basic Account User' and result in an API name of 'Basic_Account_User'. It should use the 'Salesforce' user license type.
The permission set must be named ‘Account Rating’ and result in an API name of 'Account_Rating'."

"Challenge Not yet complete... here's what's wrong:
The 'Basic Account User' profile did not have the appropriate object and field-level security for the Account object "
Best Answer chosen by AngieD
Zareh ZetlianZareh Zetlian
AngieD,

Once you create 'Basic Account User' profile:
- Scroll down to "Field-Level Security",
- Click on "View" right next to "Account"
- Click on "Edit"
- Check the "Read only" box of the field name "Rating"
- Click on "Save"