Extra Input Fast formula to Add Recovery Period as Input
Hi,
I'm trying to add an 'Extra Input' fast formula to use an additional input value called 'Recovery Periods', based on option names. However, I keep encountering a syntax error. I'm already passing 'Total Owed' to payroll.
Can anyone please confirm if I'm using the correct formula type and DBI for this?
/* Formula Name: C2W_ExtraInputFormula_DynamicPeriod
Formula Type: Extra Input
Purpose: Returns Recovery Period based on Option Name
/
DEFAULT FOR Recovery_Periods IS 1 / new*/
INPUTS AREBBEN_ACA_ELEC_OPT_NAME TEXT
IF (BEN_ACA_ELEC_OPT_NAME = 'Cycle to Work (Pay in 6 Months)')
THEN (
Recovery_Periods = 6