cancel
Showing results for 
Search instead for 
Did you mean: 

SF - Time Off - Employees shouldn´t be able to make changes for the past

m_bacskai
Participant
0 Kudos
513

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é

Accepted Solutions (0)

Answers (2)

Answers (2)

MaheshWashikar
Participant

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

Volker_Ruof
Product and Topic Expert
Product and Topic Expert
0 Kudos