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
Giddamreddi ReddyGiddamreddi Reddy 

field level security.....

The Marketing Coordinator and Account Manager both require access to view and update Account Records, but only the Account Manager should be able to see and edit certain fields. Specifically, only the Account Manager should be able to see and edit the Rating field. The Marketing Coordinator should not be able to see or edit the Rating field. Create one profile and one permission set with the appropriate 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'.
Best Answer chosen by Giddamreddi Reddy
Swayam  AroraSwayam Arora
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.

Please mark the answer as Best Answer if it really helped so that it would help others as well in future.

All Answers

Swayam  AroraSwayam Arora
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.

Please mark the answer as Best Answer if it really helped so that it would help others as well in future.
This was selected as the best answer
Mandodari RawatMandodari Rawat
I also had the same problem but was able to solve it....follow the link..
https://developer.salesforce.com/forums/ForumsMain?id=906F0000000AzXtIAK
Giddamreddi ReddyGiddamreddi Reddy
Thanks   Mandodari Rawat....