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

The journey task is not activating based on the value given in the previous task.

edited Mar 24, 2025 12:17PM in Journeys 1 comment

Summary:

The journey task is not activating based on the value given in the previous task.
Fast Formula -
INPUTSARE ALLOCATED_CHECKLIST_ID (number)

DEFAULTFOR L_ATTR IS '0'

ELIGIBLE= 'N'

ALLOCATED_CHECKLIST_ID_STR= TO_CHAR(ALLOCATED_CHECKLIST_ID)

QUERY ='|=AllocatedChecklistId=''' || ALLOCATED_CHECKLIST_ID_STR || ''''

L_ATTR =GET_VALUE_SET('Leave Taken As VS', QUERY)

l_msg =add_rlog(02102025, 10, 'ALLOCATED_CHECKLIST_ID'||to_char(ALLOCATED_CHECKLIST_ID))

l_msg =add_rlog(02102025, 10, 'L_ATTR'|| (L_ATTR))

IFUPPER(trim(L_ATTR)) = UPPER(trim('BabyBonding')) THEN

ELIGIBLE = 'Y'

ELSE

ELIGIBLE = 'N'

RETURN ELIGIBLE

Value set Query : (giving query in value set without select,from,where )

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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