Hi Team,
I just want to skip the weekends from the workflow escalation process, Please suggest.
Thanks
Hi Keith,
Could this be acomplished by delaying the workflow or assigning the duedate based on a formula?
something like:
If current hour is after 4pm and on a friday then set due date to x # of hours past current date time
if hour(now())>16 and day(now())>5 then dateadd(h,36,now())