Salesforce 面试题与答案
问题 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.
这有帮助吗?
添加评论
查看评论
问题 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.
这有帮助吗?
添加评论
查看评论
用户评价最有帮助的内容: