Value set help required to check dependent designations as BEN_FN_GET_CHAR is not working
Summary:
We are currently using an FF with standard get function
l_dep_cvrg_1 = BEN_FN_GET_CHAR_VALUE('BEN_ELIG_CVRD_DPNT','ENROLLED',l_med_name_1,'NULL','DEPENDENT_FULL_NAME',l_dep_name)
Unfortunately this is not working if participant has duplicate contacts.
It works if we delete the duplicate contact record but customer doesn't want to delete the duplicate contacts.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
25C
Code Snippet (add any code snippets that support your topic, if applicable):
WHILE PER_PER_CONT_REL_CONTACT_PERSON_ID.EXISTS(i)
0