Hi,
I am working in a support project even I am having the similar requirement.
On weekends/holidays I want to trigger sub chain 1 on working days I want to trigger sub chain 2 from Main chain
Can you help me on this?
so I have tried with following conditions
If
DATE_WEEKDAY1( Current Date ) ='6' OR '7' trigger sub chain 1
Else if
WORKINGDAY_MONTH (Current Date, 'FD') < 25 trigger sub chain 2
Else
Sunday/Saturday - It's working fine(As expected sub chain 1)
Working Day - It's working fine(As expected sub chain 2)
Holiday-Not working (Instead of triggering sub chain 1 it's proceeding with sub chain 2)
I have connected if and else condition from step1--->subchain1
else if and else condition to step 2 ----> subchain2
Expectation : I want trigger sub chain 1 on holidays w.r.t factory calendar
Please help on this as soon as possible. I need to transport to production by this weekend.
Regards
Bhargavi