function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
I want to write a trigger for giving permissions only to 2 users based on the record type and channel in account , Please guide me how to do this.
Thanks
Hi SFDC ORg,
The following article talks about Apex Managed Sharing with a code snippet, worth giving a read:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_bulk_sharing_creating_with_apex.htm
Just wondering if yougt a chance to read about Criteria based sharing rules which share records based on value of fields on the record - https://help.salesforce.com/apex/HTViewHelpDoc?id=security_sharing_cbs_about.htm&language=en
Wondering if this could be a possible option if you do not wish to put in code.
Hi SFDC ORg,
The following article talks about Apex Managed Sharing with a code snippet, worth giving a read:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_bulk_sharing_creating_with_apex.htm
Just wondering if yougt a chance to read about Criteria based sharing rules which share records based on value of fields on the record - https://help.salesforce.com/apex/HTViewHelpDoc?id=security_sharing_cbs_about.htm&language=en
Wondering if this could be a possible option if you do not wish to put in code.