Salesforce perguntas e respostas de entrevista
Pergunta 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.
Isto e util?
Adicionar comentario
Ver comentarios
Pergunta 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.
Isto e util?
Adicionar comentario
Ver comentarios
Mais uteis segundo os usuarios: