Posts

Showing posts with the label Interview Questions: 2

Salesforce Q&A Part 2:

Configuration Continued: Q) What are the different ways of sharing a record with an user in Salesforce? Ans.   OWD, Profile, Role, Permission settings. Q)   What is sharing rule in Salesforce? Ans.   S haring rules are used to extend sharing access to users in public groups, roles, or territories . The access can be both Read only/Read Write access. Q) Can we override OWD? Ans. Yes, it is overridden whenever you declare a permission set or create a sharing rule. Sharing rules create automatic exceptions to OWD to provide greater access to user(s). Q)   What is a validation rule and why we use it? Ans. Validation rule validate data entered by user or a program to salesforce record. it is used to improve and maintain data quality. Q) What is the return type of validation rule? Ans. Formula or Expression returns Boolean. Q) When does a validation rule display an error message? Ans.  Expression/Formula returns True. Q) Methods/Proce...