Add Holyday in Order Entry Order Ship to

Hi Guys,

Can I add holydays in the “Order Entry ship to” combobox?

Thanks in advance

Hello Nestor,

Have you been able to solve your problem? I don’t quite understand what your post refers to.

Hi Andrew.

No, I didn’t resolve it yet, but look I don’t know if it is simple.

In the Order Entry form exists the “need by” combobox, so the idea is bringing all the holydays available in my country and disable that days en the calendar view.

I am thinking use one of the available Epicor’s Calendars, but I don’t know if I can link that control with Epicor’s Calendars

You could set up the production calendar’s working and non-working days based on your holidays, and possibly run a BPM to check this against the need by date in order entry. Not as elegant as disabling the days in the calendar view…

Nestor,

If you’re looking for something easy, I think Jim’s solution (or something similar) is your best option. I don’t believe there is a way to disable specific days on that pop-up calendar.

I’d implement Jim’s solution using either the User Codes table, or production calendar, if you use that, or a UD table simply storing all of your important dates. The BPM would fire whenever the Need By field changes and would compare the selected value against your list. If there’s a match, display a message.

Ok, Thank you very much, I’ll try to do it.