PTO to Stop Accruing Based on Net Entitlement
Hello
Help needed PTO gurus
I'm in a position where my PTO subformula needs to stop accruing after the calculated entitlement reaches 1.5 times the employee's annual entitlement. Right now I'm using the seeded FF and this is adding the Carry over amount alongside the calculated PTO value for the period, as the entitlement. THE subformula FF is below:
DEFAULT FOR ASG_HOURS IS 0
Continuous_Service_Date = get_date('CONTINUOUS_SERVICE_DATE')
Total_Accrued_PTO = get_number('TOTAL_ACCRUED_PTO')
Period_SD = get_date('PERIOD_SD')
Period_ED = get_date('PERIOD_ED')
Last_Period_SD = get_date('LAST_PERIOD_SD')
Last_Period_ED = get_date('LAST_PERIOD_ED')