You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!