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
Irish@accIrish@acc 

Record level permission

Hi,

can we put profile based permission on records of an object?
I have a situation like profile Dev specialist can only see those records  rows where <object>.<field name>.<Vendor Name> = <Current User>.<Company>(profile)...
 
please tell me whether we can do this or not
MoggyMoggy

that sounds like to use different page layouts and record types and your Dev specialist

gets a recordtype where he can only see the records where <object>.<field name>.<Vendor Name> = <Current User>.<Company>

 

this http://www.salesforce.com/us/developer/docs/workbook_security/workbook_security.pdf might be a good start to look at

 

 

Sridhar BonagiriSridhar Bonagiri

Hi,

 

You can achieve Record level permission through Roles and Role Hierarchies. Please go through the below URL for more details.

 

https://na11.salesforce.com/help/doc/en/admin_roles.htm

 

Regards,

Sridhar Bonagiri

skodisanaskodisana

Hi,

 

Just hide all other fields from Dev Specalist profile using Filed level securities.

 

Thanks,

Srikanth. K