- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2023 07:32 AM
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2023 12:46 PM
Create a business rule on sys_user table and apply a condition manager changes. In this business rule check if the user has role sn_hr_core.hrsm_new sn_hr_sp.hrsp_new_hire. if condition equates to true then GlideRecord ('sn_hr_le_case') and addQuery('subject_person', current.sys_id); This will return the HR LE case where you need to update the opned_for/manager on the HR LE case. Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2023 12:46 PM
Create a business rule on sys_user table and apply a condition manager changes. In this business rule check if the user has role sn_hr_core.hrsm_new sn_hr_sp.hrsp_new_hire. if condition equates to true then GlideRecord ('sn_hr_le_case') and addQuery('subject_person', current.sys_id); This will return the HR LE case where you need to update the opned_for/manager on the HR LE case. Hope this helps.