I have some tasks / escalations that need to generate only on business days. Ho

I have some tasks / escalations that need to generate only on business days. However, the tasks / escalations are based on future dates that may occur on a weekend / holiday. Has anyone figured out a way to add an expression to the timer / escalation that will check that if the date occurs on a weekend / holiday it will really kick it off the previous business day? I feel that this cannot be that uncommon of a situation and am really hoping there is someone out there that has figure this out. I've tried the following expression, which doesn't seem to work.

=if(calisworkday(pv!caEventDetails.responseRequiredDate-2,cons!CALENDAR_US_JANUS_HOLIDAYS),pv!caEventDetails.responseRequiredDate-2,if(calisworkday(pv!caEventDetails.responseRequiredDate-3,cons!CALENDAR_US_JANUS_HOLIDAYS),pv!caEventDetails.responseRequiredDate-3,if(calisworkday(pv!caEventDetails.responseRequiredDate-4,cons!CALENDAR_US_JANUS_HOLIDAYS),pv!caEventDetails.responseReq...

OriginalPostID-116452

OriginalPostID-116452

  Discussion posts and replies are publicly visible