All of our projects have two different departments involved, 1.Corporate (they work for 5 days(Monday to Friday)) + 2.Manufacturing (they work for 7days in a week) activities.
Corporate follows a 5-day calendar AND Manufacturing follows a 7-day calendar.
I would like to set a calendar based on the activity, say for example we have a task and it takes 10 days to finish,
- if the task is for corporate it should calculate 5 days in a week (if the task is started on Monday then this will finish on next Friday)
- if the task is for manufacturing it should calculate 7 days in a week (if the task is started on Monday then this will finish on next Wednesday)
How can I achieve this ?