Salesforce Certified Identity and Access Management Designer — Question 24
Universal Containers (UC) would like to enable self-registration for their Salesforce Partner Community Users. UC wants to capture some custom data elements from the partner user, and based on these data elements, wants to assign the appropriate Profile and Account values.
Which two actions should the Architect recommend to UC? (Choose two.)
Answer options
- A. Configure Registration for Communities to use a custom Visualforce Page.
- B. Configure Registration for Communities to use a custom Apex Controller.
- C. Modify the CommunitiesSelfRegController to assign the Profile and Account.
- D. Modify the SelfRegistration trigger to assign Profile and Account.
Correct answer: A, C
Explanation
Option A is correct because using a custom Visualforce Page allows UC to capture the necessary custom data during registration. Option C is also correct as modifying the CommunitiesSelfRegController enables the assignment of Profile and Account based on the captured data. Options B and D are incorrect because they do not provide the required functionality for capturing the custom data or assigning values based on it.