Add a Custom Attribute to the Partner Profile

In this example, let's look at how to add the custom Region field to the partner profile. This will let users more easily see where a partner is located. You do this in VBCS.

In VBCS, complete these steps:

  1. Navigate to Web Applications > partnerfinder > Flows > partner-finder > partner-finder-profile.

    This is a screenshot of the values to select to update the partner-finder-profile flow.
  2. Click the Variables and Types icon (x) > Types tab > PartnerProfileType.

    Click the Add Field link.

    This is a screenshot of the values to select to manually add the custom field to the type (PartnerProfileType), which is used in the partner profile page.
  3. Add the custom field (PartnerProfilePEO_Region_c) to the type (PartnerProfileType), which is used in the partner profile page.

    This means that the Region field will be included in the partner profile.

    This is a screenshot of manually adding the custom Region field name to the type (PartnerProfileType), which is used in the partner profile page.
  4. Click the Play icon to run the application to verify the change.

    This is a screenshot of the Play icon in VBCS.
  5. Verify the change. Notice that custom region information is now added to the partner profile.

    This is a screenshot of the final result of adding custom region information to the partner profile.