The following describes a functionality that is implemented in the system.
User Story ID | 7720 |
User Story Name | Job Recommendation Bonus Notification |
Overview | This functionality sends a job recommendation bonus notification to the employee that recommends an another current employee if that employee is celebrating his first year |
How to Use it |
View in the Interviews Module:
- In the Interview Process entity, there is a "Recommended By" field, which is a lookup to users.
Modify the Bookable Resource Entity:
- Add a "Recommended By" field to the Bookable Resource entity.
- This field should be a lookup to users and set as optional.
Configure Team Notification Parameter:
- Set up a parameter to configure a team that will be notified when a year has passed since a recommendation was made for a resource who joined the company based on someone's recommendation.
Configure Bonus Parameter:
- Set up a parameter to define the bonus the recommender will receive for recommending the new hire.
Recurring Process for Notifications:
- Implement a recurring process that, on the first day of each month, checks if any employees in the company have completed their first year and were recommended by someone.
- Send a notification to:
- The person who recommended the employee.
- The team configured in step 3.
|