USAM Activity Search: Teams Filter

If you are using Teams, you will want to add a Teams filter.

  1. Create a new field on the Searchable Activity Object for Activity Team.

  2. To make the new field appear in USAM, add the new Activity Team field to the Searchable Activity Criteria field set.

  3. Update TMF in Textkernel Object Configuration with:

    • Copy
      <Field key="subfield_text2" bhtk:object="TR1_Searchable_Activity_c" bhtk:field="Activity_Team__c">
      <Value />
      </Field>
    • Ensure that the JSON that you send to Bullhorn PS for your Organization's Candidate Mapping includes the following line:
      • Copy
        "activity_team_c": "subfield_text2",
    • For more details on the TMF, see USAM Activity Search: Activity Sync.

Sections