Default to assign pending action fast formula type issue
Summary:
Created a 'Default to Assign Pending Action' Fast Formula type. This formula used in benefits module. Used to get the 'Interim' amount. But am getting issue with the fast formula.
Requirement:
sal =round of ( 6*salary ) to neared 10000.
life event = 'New Hire' then maximum allowed = least(6*sal,500000)
life event = 'Open Enrollment' then maximum allowed = greatest(previously selected coverage amount+50000, 500000)
else for all other life events then maximum allowed = previously selected coverage amount
Here, when i select more than the maximum allowed it should be suspended , the maximum allowed should be interim.
Issue:
When I select 'New Hire' life event.
Salary = 95236
0