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
AneeshaAneesha 

Difference in providing read-only access through page layout and profile

Hi,

 

I want to provide read-only access to records received through S2S connection to certain users. I have a read-only page layout in place. We can also provide read permission through the profile. What is the difference between these two? Which one subsides the other?For my particular req. which one should I use?

 

Thanks in advance.

Best Answer chosen by Admin (Salesforce Developers) 
MagulanDuraipandianMagulanDuraipandian

Profile -- Object level permission.(Create, Read, Update, Delete).

Pagelayout -- Record level Permission(Read, Hidden)

 

Pagelayout overrides the profile permission.

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog

 

If this post is your solution, kindly mark this as the solution.

All Answers

MagulanDuraipandianMagulanDuraipandian

Profile -- Object level permission.(Create, Read, Update, Delete).

Pagelayout -- Record level Permission(Read, Hidden)

 

Pagelayout overrides the profile permission.

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog

 

If this post is your solution, kindly mark this as the solution.

This was selected as the best answer
AneeshaAneesha

Thanks Magu :)