Rescind Activities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 09:31 AM
Can somebody help me with this.
Journey can be cancelled if a new hire no longer works for us.
If in the user table the "Active" field” becomes “inactive” for an employee who has a journey, automatically trigger the Rescind process.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 11:58 AM
@edupaz You need to write a business rule on the sys_user table which will trigger when the Active checkbox on the sys_user table change to False and when the user has sn_hr_core.hrsm_new_hire role.
In the script field you can trigger rescindCase method which is part of sn_hr_le.hr_ActivitySetAJAX script include.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2024 10:25 PM
@Sandeep Rajput Hi Sandeep, I have a similar query regarding this process. We will not be using the out-of-the-box rescind activity set. Based on HR's decision, we need to trigger the rescind process. I have an 'X' activity set that will be triggered by HR's decision. Within this activity set, I need to include an HR service that needs to rescind process. Please let me know if my approach is incorrect. I plan to create an HR service with a fulfiller activity as a Workflow/Flow to trigger the 'rescindCase' method.
Regards,
Sriraj

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2024 11:25 PM
@Sriraj V This question demands a separate thread. Please create a new thread and tag me in it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 12:54 AM
Sure, tagged you there. Thanks for the reply Sandeep.