How do we toggle holidays in production calendar? Should I be looking for a “toggle day” button similar to what the classic interface offers or is this solely a DMT feature now?
You double click on the day and a slideout appears.
So the slide out that appears with the default value of “Non Work Day” is enough for the system to register this day as ProdCal.WorkDay = false?
It seems to be regardless of any value that is entered if exception label is created then mark as false, but wanted to confirm.
Yes, all that is doing is marking that day as a non-work day. You can enter a specific description or just accept the default.
FYI, I wrote a function that automatically marks payroll holidays on all production calendars. If you don’t use the PR module, you can sub in your own list at the beginning of the block.
https://www.epiusers.help/t/lets-share-useful-functions-sharing-is-caring/100371/56?u=jtownsend
Appreciate the tip. I’ll check that out. Looks helpful