Configure USAM UI Results Table

As default search results are displayed in the second panel in the table style.

  1. Navigate to Setup > Custom metadata types > Search & Match Tab Configuration Custom Metadata Type > Manage Records > Table Layouts.
  2. You can specify the following properties for a column:

Property

Description

fieldName

An APIClosed API, or Application Programming Interface, is used by customers to create custom career portals or to take advantage of Data Mirror/DataMart. Bullhorn prefers to use REST API. name of a Contact object field, which values will be displayed in the column.Either “name” or “fieldName” must be provided.

name

The name of a custom column.The following values are supported:

AvailabilityCVLastUpdatedLocationRankingRankingScore

Either “name” or “fieldName” must be provided.For the "Last updated" column you can also specify a "fieldName" to indicate a Date field or a Date/Time field on the Contact object that will be used as a data source for the column. If omitted, the "fieldName" is "LastModifiedDate".

width

The width of the column is represented as a percent of the default width of a column (which is 100%).For example, setting “width” to 200 makes the column twice as wide as other columns i.e. the column width will be 200% of the default width.This value is optional. The “AvailabilityClosed A Candidate's availability to work” column has a fixed width and, therefore, doesn’t support this property.

 

The column configuration is represented in JSON format.

Copy
JSON Example
   {
        "name":"Availability"
    },
    {
        "fieldName":"Name",
        "width":200
    },
    {
        "name":"Ranking"
    }

Next Steps

You have the option to configure the Configure USAM UI Results Columns.