Symptom
You want to create a take rule to make sure certain won't be requested more times than allowed per month.
Environment
SAP SuccessFactors Employee Central (EC) - All Versions
Resolution
To build such take rule you'll need to make use of the following functions:
- Get Absence in Hours for Period For Time Types (or use get absence in days, based on your time type);
- Create Date;
- Year of Date;
- Month of Year;
- Day of Month;
- Date Plus;
You'll need to build the logic to make the date automatically consider the current month from the first to the last day, please check below example on how to build such rule:
For additional information on how these functions work please refer to our Business Rules Implementation Guide;
See Also
Business Rules Implementation Guide;
Time Of Business Rules Concepts Guide;
2621319 - How to create a take rule considering the week
Keywords
take rules validate absence request , KBA , LOD-SF-EC-TIM , Time Off , How To