I have a field target date in which needs to be automatically set a number of working days after the date a call is raised. I have table with call categories
eg electrical - 3 working days
plumbing - 2 working days
When we log a call I would like the target date to be auto completed. I know I need to make a table for all public holidays and refer to that in code but not sure how to word it
eg electrical - 3 working days
plumbing - 2 working days
When we log a call I would like the target date to be auto completed. I know I need to make a table for all public holidays and refer to that in code but not sure how to word it