- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 02:58 AM
Hi,
When "sn_hr_core.hrsm_employee" role gets added to an employee? What is the rule/script that controls adding this role?
Thanks
Solved! Go to Solution.
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 05:19 AM
Hi
The "client role assignment rules" define which role get assigned under which conditions and then there is a scheduled job that processes the above rules at 3am each day (i think that is the default).
Please see here: https://docs.servicenow.com/bundle/quebec-employee-service-management/page/product/human-resources/t...
- A newly hired employee can be automatically assigned the new hire [sn_hr_core.hrsm_new_hire] role. This role provides limited access to the Employee Service Center or service portal.
- The Update Client Roles scheduled job runs and acknowledges the employee start date for the new hire has not been reached.
- The Assign HR Roles business rule assigns the new hire role based on the conditions set on the client role assignment rules.
Chrisitan
Please mark helpful or correct if deemed so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 05:19 AM
Hi
The "client role assignment rules" define which role get assigned under which conditions and then there is a scheduled job that processes the above rules at 3am each day (i think that is the default).
Please see here: https://docs.servicenow.com/bundle/quebec-employee-service-management/page/product/human-resources/t...
- A newly hired employee can be automatically assigned the new hire [sn_hr_core.hrsm_new_hire] role. This role provides limited access to the Employee Service Center or service portal.
- The Update Client Roles scheduled job runs and acknowledges the employee start date for the new hire has not been reached.
- The Assign HR Roles business rule assigns the new hire role based on the conditions set on the client role assignment rules.
Chrisitan
Please mark helpful or correct if deemed so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 06:23 AM
Thanks a lot Christian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 04:30 AM
Hey Christian,
I want to know that, does this sn_hr_core.hrsm_new_hire role gets removed once the employee completes the new hire procedure and becomes an employee?