Configure USAM Sorting via TextKernel
The list of matched candidates can be sorted by any column on any tab. The sorting will be applied once the user clicks on the column.

Sorting via TK can be performed for any fields that are synced with TK and for all tabs except Favorites only or Exclusions only.
- Navigate to Setup > Custom metadata types > Search & Match Tab Configuration Custom Metadata Type > Manage Records > TextKernel
Sortable Fields.
- Add the API
name of the Contact Object field.
- If the "fieldName" of a column is "RecordTypeId", then add "RecordType.Name" to "textKernelSortableFields".
- If the field specified in the "fieldName" property is a Lookup (ex: "AccountId", "TR1__Hiring_Manager_Account__c"), then add "relationship_name.parent_object_name_field" to "textKernelSortableFields" (ex: "Account.Name", "TR1__Hiring_Manager_Account__r.Name").
- If the "LastUpdated" column doesn't have a "fieldName" value specified, add "LastModifiedDate" to "textKernelSortableFields".
- The "Ranking" and "RankingScore" columns are always sortable.
- "Availability
", "CV", "Favorite" and "Location" columns are not sortable.
- In the following example, the "Name", "TR1__Candidate
_Status__c", "RecordTypeId", "AccountId" and "LastUpdated" columns are sortable
- In the following example, the "Name", "TR1__Candidate

As the sorting is performed by TextKernel, make sure that the needed field is synced.
-
Nova1 sync type: the connection record should be updated.
-
BHTK sync: Textkernel object configuration - Candidate should be updated.
To perform the search via the field, the mapping on the connection record should be updated for both types of sync.
Was this helpful?