on 2023 Sep 13 3:08 PM
Dear Experts,
the business requirement is that employees are not able to make changes or request any absences in Time Off for the past.
They should be able to request absences or cancel existing ones only for the future, and Time Admins should be able to make changes for the past for every employees.
Is it possible to set it up within Time Off or we need to try building a business rule for it?
Best regards,
Maté
Request clarification before answering.
Hi
You can use take rule for this. Use condition as below
If Processing Action = Edit / Cancel
&
If Start Date / End Date = <Today
&
If ()login user = current user
then throw "Error Message"
This will still allow admin to the changes in past but not to employees. Also don't add processing action as "Create" else your employees wont be able to take leave in past date
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or you can use our new features - check out my blog:
https://blogs.sap.com/2023/10/26/new-2h-2023-successfactors-time-tracking-features/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
15 | |
10 | |
8 | |
5 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.