We have a quick report where we’d like to add 2 business days (exclude the weekends) to the CustomerOrder DateEntered.
We usually do this but this includes weekends- is there a date function that skips Saturday and Sunday?
I’m familiar with work_time_calendar_api.get_work_days_between() but don’t see how that can do the above.
