Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
How to make a Benefit plan go to Suspended status if an employee choose coverage amount >$100k
Content
Hi All,
We have a requirement that if an employee choose coverage amount greater than >$100k plan should go to suspended status.
we have already created (Default to assign pending action FF in place but which is not currently working) even if i hard code certain values the fast formula is still not working.
PFB FF for your reference
l_status = add_rlog (-1 , -1 , 'end of ff test')
l_temp_id = 1856274
l_elig_per_elctbl_chc_id = l_temp_id
l_status = add_rlog (-1 , -1 , 'end of ff test')
return l_elig_per_elctbl_chc_id
Please let me know if there are any workaround to achieve the requirement or my understanding about Default to assign pending action Fast formula type is different and also could you please help me understand what is the use of Default to assign pending action FF Type.