Work Week Adjustment

Is there any way to adjust the way Epicor views the work-week beginning/ending dates? We want our work-week to be Saturday-Friday but aren’t exactly sure how to tell Epicor to recognize that change. I did try the “Add Week Range” thru Production Calendar Maintenance but it would only accept dates that start on a Monday I guess? Any ideas?

Calendar.docx (23.4 KB)
e

I found a field on the calendar table.
You will need to customize the screen or create a updatable BAQ to adjust the date -
not sure where this is driven from.
I have not done any testing around this field, but it appears to be what you are looking for.

ProdCal.BeginWeekday
Day of the week on which the Production Calendar begins. Values mirror the values returned by the Progress “weekday” function. Valid values: 1 = Sunday, 2 = Monday, 3 = Tuesday, 4 = Wednesday, 5 = Thursday, 6 = Friday, 7 = Sunday.

2 Likes