How to restrict the user to see any record, lets say cases?
Answer / Kundan Kumar
In Salesforce, you can control visibility using Profile and Sharing Rules. By modifying a user's profile, you can limit their access to specific records based on various criteria such as Owner, Record Type, or Custom Field values. Additionally, Sharing Rules allow for more granular control by defining sharing exceptions for specific users or teams.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to change the existing data types of custom fields, if Yes please explanin?
What may be reason truncate button is not visible on custom object?
What would happen if I perform a dml update operation on the before update trigger of the same sobject record ?
List 3 governor limits in apex?
How do you write a test class for WS?
How sales force is useful in tracking sales?
List the various types of Reports available in Salesforce?
How do I send an email from salesforce?
Highlight differences between sosl and soql.
Can we delete a user in salesforce?
Write a code to find the average amount for all your opportunities by campaign?
What are expressions used in pages to bind in controllers? : salesforce visualforce