Candidate automatically move to next state based on certification
Summary:
We have a requirement where candidate should automatically move to next state within same phase based on certification/license attached during application submission.
Content (please ensure you mask any confidential information):
I have written a FF and configured the move action but yet the candidate does not progress automatically to the next state.
Below is the FF.
DEFAULT_DATA_VALUE FOR IRC_SUBMISSION_PROFILE_CERTIFICATION_CERTIFICATION_NAME IS 'XX'
CONDITION_RESULT = 'N'
L_Position = IRC_SUBMISSION_PROFILE_CERTIFICATION_CERTIFICATION_NAME.FIRST(-1)
WHILE(IRC_SUBMISSION_PROFILE_CERTIFICATION_CERTIFICATION_NAME.EXISTS(L_Position) /*AND L_LOOP_EXIT = 'N'*/) LOOP
(
IF (IRC_SUBMISSION_PROFILE_CERTIFICATION_CERTIFICATION_NAME[L_Position] != 'XX' AND ISNULL(IRC_SUBMISSION_PROFILE_CERTIFICATION_CERTIFICATION_NAME[L_Position])='Y') THEN