Skip to main content

Return to TX Community

Liaison

Managing Application Forms

Viewing all the fields used in your Application

The Visualforce Page ' ApplicationFormFields' (App Form Inventory Tool) allows you to display the sections, fields and related information from your published Application Forms.

You can use this Visualforce page to:

  • Troubleshoot errors related to your Application by quickly reviewing any Conditional Visibility criteria on Forms, Sections or Fields.
  • Review which fields are currently being used on the different forms so you can ensure that you are referencing the correct fields
  • Use this as a guide to add the appropriate permissions for your Online Application Community Users.

Sections 

Begin by selecting an Application Form from the Filter By picklist at the top of the page. At the top of the list you will be able to select from the following:

  1. All Reusable Forms display all forms that have Reusable checked, Recommendation NOT checked, and Supplemental Button Text, Supplemental Headline, and Supplemental Subtext is BLANK.
  2. All Recommendation Response Forms display forms that have Recommendation checked.
  3. All Supplemental Forms display all forms that have Recommendation NOT checked, Supplemental Button Text, Supplemental Headline, and Supplemental Subtext is NOT BLANK.
  4. Application Forms display on separate pages if there are more than 50 application forms.
  5. These are followed by a list of Application Forms that are NOT Reusable, Recommendation or Supplemental forms.

Filter options in App Form Inventory Tool

The top of the page will display the Application Form selected, along with a list of each card/section included in the form. Click the Section Link to jump to that card/section:

App Form Inventory Tool section links


Below is detailed information on each Card in your form, including any reusable forms that are part of the main form. The following details will be displayed:

  1. Form name

    • Reusable cards are indicated with Reusable in the Section Name.

Note:  Form name is generated by using the Section Label information located in the FormBuilder. This Section Label is accessed by clicking into the form, then click the gear icon on the top right of the form, then see the Section Label field:

section label setup screen

  1. Filter Criteria or Visibility Conditions for the Card/Section (if specified) can be viewed by clicking on the [+] icon. You can use the Show/Hide All Criteria button to display all your criteria.

  2. Label
  • Required fields display with a *
  • Hidden fields display with ‘hidden’ after the field name
  • Read Only fields display with ‘read only’ after the field name
  1. Field Name (includes any FIlter Criteria or Visibility Conditions on the field)

  • Text fields (Element) will display the text under the Field Name column.
  1. Object
  2. Type of Object (e.g. Checkbox, Text)
  3. Default Value (if specified)

Form details

Notes: 

  • And/Or Criteria will display as follows when viewing Filters and Visibility conditions:

&& is the logical operator for AND
|| is the logical operator for OR
For additional information, see the Salesforce Help & Training article: Formula Operators and Functions

  • Clicking on the link on the field name for picklist, radio button, multipicklist, or multicheckbox fields will open a new page that will display the option label, option values, and conditions for the option values if they exist.
  • To create a button for viewing the ApplicationFormFields page, please see the July '19 Online Application Upgrade.

Configuring the App Form Inventory tool

Step 1: Create a button for ApplicationFormFields page 

To make the ApplicationFormFields visualforce page available to users, you can create a Custom Button and then add the button to the Application Form Layout:

  1. Navigate to Setup and search for Object Manager.
  2. Click on the Application Form object.
  3. Click on Buttons, Links and Actions.
  4. Click New Button or Link:
    1. Enter a Label. For example, Application Form Inventory
    2. Name will default
    3. Description is optional
    4. Display Type = Detail Page Button
    5. Behavior = Display in New Window
    6. Content Source = Visualforce Page
    7. Content = ApplicationFormFields [TargetX_App__ApplicationFormFields]
  5. Save your changes.

Step 2: Add a new Button to the Application Form Page Layout 

  1. Navigate to Setup and search for Object Manager.
  2. Click on the Application Form object.
  3. Click on Page Layouts.
  4. Click on the appropriate Page Layout, such as Application Process Layout.
  5. From the Page Layout palette, select Buttons.
  6. Drag the button you created into the Custom Buttons section of the layout.
  7. Save your changes.

Step 3: Add permissions for ApplicationFormFields page 

  1. Navigate to Setup and search for Profiles.
  2. Click on the Profile(s) that should have access to the ApplicationFormFields page.
  3. Click on Visualforce Page Access.
  4. Click Edit.
  5. In the Available Visualforce Pages window, click on the ApplicationFormFields page and select Add.
  6. Save your changes.

For details on using the App Form Inventory tool, please see: Viewing all the fields used in your Application.

  • Was this article helpful?