You need to sign in to do that
Don't have an account?

How to set field level security
please help me ....
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'.Check Challenge
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'.Check Challenge
In Profile -> Object settings -> Account -> Uncheck both read and Edit for Ratting field
In permission set -> Object settings -> Account> Field permissions -> Set rating field checked for Read and Edit.
Assign both to the single user .
Thanks
Vamsi
All Answers
Set the below mentioned
Profile level:
On Account please check view and edit only.
In Field accessibility :
on Account object uncheck the Rating field from viewing and editing so that no user in that profile will view the field .
Now create a permission set Account Rating
In permission set on field accessibility check both the check box for Rating filed to provide access to that field and assign to the single user to whom you want.
Please let me know If you find any difficulty in doing this ....!!!! . If you got this then please mark this as answer
Thanks
Vamsi
In Profile -> Object settings -> Account -> Uncheck both read and Edit for Ratting field
In permission set -> Object settings -> Account> Field permissions -> Set rating field checked for Read and Edit.
Assign both to the single user .
Thanks
Vamsi
The is to speak to the error some may be getting:
"Challenge not yet complete... here's what's wrong:
The 'Account Rating' permission set did not have the appropriate field-level security for the Account object.
I think what this excercise is wanting to teach is that the profile should be more restrictive, and you use permission sets to open up more access, as opposed to the opposite way of thinking... which would be create a profile to allows everything, then use permission sets to disable access.
Here's how I passed the module:
Profile - Basic Account User
Permission Set - Account Rating
- Create a new permission set named 'Account Rating', just as specified.
- Object Settings -> Accounts:
Object Permissions Mark both 'Read' and 'Edit' and nothing else.Field Permissions are setup so every box is checked including 'Read' and 'Edit' , including the 'Rating' field.
This should get you the desired results. I hope this helps.
Your answer is more descriptive. It worked liked champ !
Thanks,
Sandeep
Go to Accounts - > Fields -(Pick rating field) - > click button "Set field level security" and uncheck everything in visible and read only check boxes expect for basic account user - > visible and readonly should be checked only for basic account user basically.
Permission Set -> object setting -> Account-> field permission section -> check read & edit then save.
This worked for me.