The CreatorCon Call for Content is officially open! Get started here.

Lifecycle Activity set progress is missing

Teja K A
Tera Contributor

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.

                                      TejaKA_0-1692947199343.png

For me HR Lifecycle Events Case is like this,

                                      

                                                  TejaKA_1-1692947309701.png

Can anyone help me sort it out?

2 ACCEPTED SOLUTIONS

Sandeep Rajput
Tera Patron
Tera Patron

@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);

 

Screenshot 2023-08-25 at 11.41.18 PM.png

View solution in original post

TejaKA_0-1693287757591.png

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.

View solution in original post

6 REPLIES 6

Sandeep Rajput
Tera Patron
Tera Patron

@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);

 

Screenshot 2023-08-25 at 11.41.18 PM.png

@Sandeep Rajput  thank you for responding. The same line of script is present in record producer of New Hire Onboarding. What else might be the reason for this?

@Sandeep Rajput Thank you for responding. The same link of code Script also contains in record producer of New Hire Onboarding. What might be the other reasons that it is not showing the cycle of Lifecycle events?

 

@Teja K A Can you check if your HR Service Fulfilment type is populated as a Lifecycle Event.