Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create a talent type

Create an implementation in the talent profile scripted extension point to add a new talent type.

Before you begin

Role required: sn_ta_hiring_core.admin/ sn_ta_tp.talent_profile_admin

About this task

The Talent profile extension point has four default implementations that pull in data of different talent types to the talent profiles. You can use the default settings available or create implementations, depending on your organizational requirements.

Procedure

  1. Navigate to All > System Extension Points > Scripted Extension Points.

  2. Search for sn_ta_tp.TalentProfileExtPoint extension point and select to open it.

    Note: The extension point must be opened within the Talent profile application scope.

    You have four default implementations.

    Extension pointExtension classDescription
    sn_ta_tp.TalentProfileExtPointTalentProfileExtPointDefaultExtension point for default or unspecified talent profiles.
    sn_ta_tp.TalentProfileExtPointTalentProfileExtPointAlumniExtension point for the talent type, alumni.
    sn_ta_tp.TalentProfileExtPointTalentProfileExtPointEmployeeExtension point for the talent type, employee.
    sn_ta_tp.TalentProfileExtPointTalentProfileExtPointCandidateExtension point for the talent type, external candidate.
  3. Select the Create implementation related link to create an implementation.

  4. On the Create implementation form, fill in the fields.

    For a description of the field values, see Create implementation form.

Result

You've created an implementation for the sn_ta_tp.TalentProfileExtPoint extension point. Use it to have a customized talent type.

Parent Topic:Configuring Talent profile