Good morning. I am trying to use fusion to set a date on a date field that is 5 days from "now" using addDays(now;5) but it keeps counting the weekends. I would like to skip the weekends and only add 5 WORK days, but addWorkDays(now;5) is not working. Any ideas?
Thank you for this information. I was able to devise a workaround using a calculated field on the request issue that does the same thing I was trying to do in Fusion (addWorkDay) and then had Fusion reference that field when setting the project level custom form field.