- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 12:10 AM
Hi Community,
I am working on New Hire Onboarding, The Activity set Pre-hire is not getting trigger and in HR Lifecycle Events Case HR case which was created the progress about Activity set's is not visible.
That should be like this in the below image.
For me HR Lifecycle Events Case is like this,
Can anyone help me sort it out?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 11:12 AM
@Teja K A In your Record producer for initiating the onboarding process, make sure that you have the following line populated in the script field.
new sn_hr_le.hr_ActivityUtils().createCaseFromProducer(current, producer, cat_item.sys_id);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 05:53 AM
You forgot to populate Lifecycle event type. Please select the name of your lifecycle event here. This will let the HR Service know which lifecycle event it should use. The activity set will start appearing once on HR Case form once you are done with this change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 10:43 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 05:53 AM
You forgot to populate Lifecycle event type. Please select the name of your lifecycle event here. This will let the HR Service know which lifecycle event it should use. The activity set will start appearing once on HR Case form once you are done with this change.