Salesforce 면접 질문과 답변
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.
도움이 되었나요?
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.
도움이 되었나요?
Add Comment
View Comments
Most helpful rated by users: