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
Alex JaimesAlex Jaimes 

How to give access to User.ProfileID without "View Profile and Configuration" permission.

Hello, 

We have a Mobile iPad App installed in our organization that uses the User.ProfileId field. The App uses that field to determine access based on user profile. We set the "View Profile and Configuration" permission to grant access to that field, but it is giving more access that we would like to give users. (all metadata, Audit trail, login history, etc.)

 

Is there another way to grant access to the User.ProfileId without giving access to so much information?

 

Many thanks,

Sridhar BonagiriSridhar Bonagiri

Hi,

 

Try to give permission for this feild through 'Field level security'.

 

Regards,

Sridhar Bonagiri

navulurinavuluri

check with below things

 

.create new profile with limited access .and field level security

 

try with permission sets.

Alex JaimesAlex Jaimes

Thank you for your prompt reply.

It appears that neither profile nor permission set does not give the option to select the User Standard fields which includes the ProfileId.

Any other ideas?

 

Alex