Hi :
We would like to control open benefit enrollment with adjustment reason instead of standard open offer. Plans are configured for adjustment reason 'OPEN', IT0378 created for the ee with this reason, and open enrollment period is configured . I use
'EMPLOYEE_OPEN_ENROLLMENT_SERVICE05' as my resource.
However, it keeps bringing up plans from standard open offer as versus to plan configured for adjustment reason 'OPEN'. Debugging through, I could see that it passes enrollment type 'O' (for open) instead of 'E' (for event) in 'SELECTED_ENROLL_REASON' to function 'HR_BEN_ESS_RFC_INIT_SELECTION' which in turn would cause it to select plans from standard open period instead of plans configured for 'OPEN' adjustment reason.
What could I do to force ESS to use 'E' instead of 'O' ? I try to avoid having to create an enhancement point for the above fucntion to alter the field.
Thanks.