Salesforce Interview Questions and Answers
Ques 56. Explain the concept of a permission set in Salesforce.
A permission set in Salesforce is a collection of settings and permissions that can be assigned to users in addition to their profiles. It allows administrators to grant additional permissions without changing the user's profile.
Is it helpful?
Add Comment
View Comments
Ques 57. What is the purpose of the 'System.runAs()' method in Apex testing?
The 'System.runAs()' method in Apex testing is used to run a block of code with the specified user context. It is often used to test code that depends on user permissions and profiles.
Is it helpful?
Add Comment
View Comments
Most helpful rated by users: