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
surya singh 9surya singh 9 

I am beginner I am not able to solve trail head challenge for Developer Beginner Data Security-Controlling Access to Fields

I am beginner  I am not able to solve trail head challenge for Developer Beginner Data Security-Controlling Access to Fields
"
 Create a Profile and Permission Set to properly handle field access
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'."
Please help
Best Answer chosen by surya singh 9
Amit Chaudhary 8Amit Chaudhary 8
Please let us know what error you are getting and please share the screen shot of your configuration. So that we can help you
Please check below post for same issue
1 ) https://developer.salesforce.com/forums/?id=906F0000000BUghIAG
2) https://developer.salesforce.com/forums/ForumsMain?id=906F0000000AzXtIAK
3) https://developer.salesforce.com/forums/?id=906F00000005GD0IAM

Step1: Create a profile named 'Basic Account User'.
Step2: There is a field called 'Rating' in the Account, remove access to this field from the profile.
Step3: Create a permission set called 'Account Rating'.
Step4: Open the permission set -> go to object settings -> accounts -> edit -> under field permissions give both read and edit access to Rating field.

Let us know if this will help you

Thanks
Amit Chaudhary

All Answers

pconpcon
What have you tried?  Are you getting any errors when trying to check the assignment?
Amit Chaudhary 8Amit Chaudhary 8
Please let us know what error you are getting and please share the screen shot of your configuration. So that we can help you
Please check below post for same issue
1 ) https://developer.salesforce.com/forums/?id=906F0000000BUghIAG
2) https://developer.salesforce.com/forums/ForumsMain?id=906F0000000AzXtIAK
3) https://developer.salesforce.com/forums/?id=906F00000005GD0IAM

Step1: Create a profile named 'Basic Account User'.
Step2: There is a field called 'Rating' in the Account, remove access to this field from the profile.
Step3: Create a permission set called 'Account Rating'.
Step4: Open the permission set -> go to object settings -> accounts -> edit -> under field permissions give both read and edit access to Rating field.

Let us know if this will help you

Thanks
Amit Chaudhary
This was selected as the best answer
surya singh 9surya singh 9
thanks!! your step by step guidance works