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
Navigate to All > System Extension Points > Scripted Extension Points.
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 point Extension class Description sn_ta_tp.TalentProfileExtPoint TalentProfileExtPointDefault Extension point for default or unspecified talent profiles. sn_ta_tp.TalentProfileExtPoint TalentProfileExtPointAlumni Extension point for the talent type, alumni. sn_ta_tp.TalentProfileExtPoint TalentProfileExtPointEmployee Extension point for the talent type, employee. sn_ta_tp.TalentProfileExtPoint TalentProfileExtPointCandidate Extension point for the talent type, external candidate. Select the Create implementation related link to create an implementation.
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