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
Sandrine94748Sandrine94748 

FLS settings for one user

Hello,

I have a user with a profile.
I want to make changes in FLS only for this user.

how can i implement it ?
Best Answer chosen by Sandrine94748
Pankaj PPankaj P
Hi Kiran,

Now there can be various ways depending on more details about your problem.
Like,
If you want to GIVE ACCESS through FLS for a field to a particular user only where there can be many other users in same profile. here you can utilize a permission set to extend the permission. So Create a permission set, give FLS permission under that Permission set, assign that to particular user and it is done.
OR

if you wan to RESTRICT access for a field through FLS to a user then, you need to create a separate profile for that user and assign.

Hope this helps you.
Thanks,
Pankaj.

All Answers

Saurabh Sood 12Saurabh Sood 12
Go to profiles-> click on particular username -> change field level permission under object settings
Pankaj PPankaj P
Hi Kiran,

Now there can be various ways depending on more details about your problem.
Like,
If you want to GIVE ACCESS through FLS for a field to a particular user only where there can be many other users in same profile. here you can utilize a permission set to extend the permission. So Create a permission set, give FLS permission under that Permission set, assign that to particular user and it is done.
OR

if you wan to RESTRICT access for a field through FLS to a user then, you need to create a separate profile for that user and assign.

Hope this helps you.
Thanks,
Pankaj.
This was selected as the best answer