QuestionQ9

Community (Partner and Customer)

Universal Containers (UC) wants to enable self-registration for its Salesforce Partner Community users. UC wants to capture custom data elements from each partner user and, based on those elements, assign the appropriate Profile and Account values.

Which two actions should the Architect recommend to UC?

Choose two
  • 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.
Explanation

A custom Visualforce self-registration page can collect the required additional partner information. The CommunitiesSelfRegController can be customized to use that information when assigning the self-registered user’s Account and Profile. Salesforce’s self-registration guidance identifies the controller as the place to associate the Account and notes that setting the profile in the controller overrides the configured default profile.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!