Customization

Overview

Salesforce allows administrators to override the labels of fields provided by installed managed packages using the Translation Workbench. This makes it possible to rename fields so they better match your institution's terminology without modifying the underlying package.

For example, our managed package includes a field named "Custom Reference 1", your organization could relabel it to something more meaningful such as "Student ID", "Campus Code", or "Membership Level".

These changes only affect how the label appears in the Salesforce user interface and reports. The underlying API name and data structure remain unchanged.

Why This Is Useful

Different organizations often use different terminology for the same concepts. Translation Workbench allows you to:

  • Align field names with your internal terminology

  • Improve usability for your staff

  • Avoid confusion when fields have generic names

  • Customize the user experience without modifying the managed package

This is especially helpful for fields intentionally designed to be flexible across different institutions.

How to Override a Field Label

Use the Translation Workbench in Salesforce to override labels on our custom objects.

  1. In Salesforce, click the ⚙️ Setup icon and select Setup.

  2. In the Quick Find box, search for Translation Workbench.

  3. Click Translate > Override.

  4. Set the following options:

    • Package: Alumniq Sync.

    • Language: Select your organization's language (commonly English).

    • Setup Component: Select Custom Field.

    • Object: Select the object that contains the field you want to relabel (IE IQ Event).

    • Aspect: Select Field Label

  5. Locate the field in the list.

  6. Enter the desired label in the Field Label Override column. Note double click in the cell to edit

  7. Click Save.

Your new label will now appear throughout Salesforce, including page layouts, reports, and related lists.

Notes

Last updated