Installation Links and Instructions

Upgrading to the Latest Version of FormBuilder Rx

If you are upgrading to the newest release of FormBuilder Rx, use the package installation links below.

Note:
If you are installing FormBuilder Rx for the first time, go to the Introduction & Setup section.

Installation Links

Important:
Be sure to install and test in a sandbox before upgrading your production environment. Please note that ERX Core 2024 Release 1 (v6.26.4 or above) is required for this release.

Version 6.43.8, released June 21, 2024

Post-Installation Steps (Optional)

Attention:
These post-installation steps are optional. Follow them only if you're using the Education Cloud data model and/or enabling Person Accounts.

Configure the Individual Application Object

After package installation, follow these steps to configure the Individual Application Object.

  • Go to Salesforce Classic (in your Salesforce account, click your avatar and select "Switch to Salesforce Classic" from the drop-down menu)
  • Add the individual application related list to Person Account
  • Try to create one individual application. You may see an error: "Field not visible license type issue."
  • Switch back to Lightning Experience and go to Setup > Object Manager
  • Search for “Individual Application”
  • Go to “Record Types”
  • Create a new Record type and name it "Admissions"
  • Go to Setup > Build > Customize > Application > Application RecordType Config
  • Create one record type named “Admissions” and click Save

Enable Person Accounts for FormBuilder Rx

Overview

Enabling the Person Account Model in Custom Settings will affect the following features in FormBuilder Rx:

  • Template Builder
  • Login Configuration
  • Page Builder
  • Homepage Builder
  • Widget Builder (DXP)

Enable Person Accounts in Your Org

  1. Go to Setup and search for "Person Accounts" in the Quick Find box
  2. Click on Person Accounts when it appears

  3. You'll be redirected to the Person Accounts page

  4. Click on the View Org Impacts button. On this page, click the Acknowledgement button, then click Continue

  5. Click on the Enable Person Accounts button (if successful, you will see a "Person Accounts Enabled" message



Enable Person Accounts in an Education Cloud Org

  1. Go to Setup and search for "Set up Education Cloud" in the Quick Find box. Click on it when it appears.
  2. Click on the "Set Up the Basics" section
  3. Click the "Enable Person Account" button

Next, follow the below steps to assign the Person Account record type to User Profiles to fully enable Person Accounts.

  1. In Salesforce Classic: From Setup, click Manage Users | Profiles. In Lightning Experience: From Setup, click Users | Profiles.
  2. Click the profile name you want to assign the Person Account record type to.
  3. In the Record Type Settings, find the Accounts entity and click Edit.
  4. Move the Person Account record type from Available Record Types to Selected Record Types.
  5. In the Business Account and Person Account Default Record Types section, verify that:
    • The Person Account Default Record Type drop-down has Person Account selected.
    • The Business Account Default Record Type drop-down has a value other than Master selected.
  6. Click Save

Note:
For profiles like Admin, Platform License, Community User, and Site Guest User, you'll need to map the Person Account record type on the Profile like in the above image.

Enable Person Accounts in FormBuilder Custom Settings

  1. Go to Setup and search for "Custom Settings" in the Quick Find box. Click on it when it appears.
  2. Scroll to the "FormBuilder Settings" and click Manage
  3. On the FormBuilder Settings page, click "Edit" next to Admin Settings
  4. Check the Person Account Model checkbox

  5. Click Save

Required Permissions

Education Cloud users will need to configure the following permissions:

  1. Community User
  2. Site Guest User

Community User Profile (Allow Object Access)

CRUD and FLS permissions:

Object CRUD
Account Modify All
Contact Modify All
Individual Application View All, Create, Modify All, Delete
Object FLS
Individual Application Fields you want to use
Account Active Individual Application
Contact Active Individual Application

You'll also need to map the Permission Set to the Community User (Education Cloud for Experience Cloud Access. (IMAGE)

Site Guest User Profile

These settings are for Person Account access to registration and login pages.

CRUD and FLS permissions:

Object CRUD
Account Modify All
Contact Modify All
Individual Application View All, Create, Modify All
Object FLS
Individual Application All fields
Account Active Individual Application
Contact Active Individual Application

Flow Creation

For Individual Application Required fields like Category and Applied Date, are required fields that you need to auto update with a Flow.

  • Go to Setup and search for "Flows" in the Quick Find box. Click on it when it appears.
  • Click on the “New Flow” button in the upper right corner of the Flows page
  • Select “Record Trigger Flow” and click the Create button

  • Select “Individual Application” for the Object
  • Save the Flow with a descriptive name

  • Add two fields in the Field Update section as below
    • Applied Date - Today
    • Category - Education

  • Save and Activate the Flow