-
Is there a way to make MRP / Planning Workbench consider a Work Calendar?
We would like that the MRP calculations took into account that Holidays and weekends, which would be indicated in a Work Calendar, are not to be considered as part of Item/Vendor Lead times for planning and expected receipt date purchases, meaning, if I need something on Sept 18 2023, and my purchase/vendor lead time is 5…
-
MRP Planned Transfer Orders and Planned purch
Is there a way to have MRP planned purchase orders and transfer orders to follow working calendars and not schedule orders on the weekends?
-
Work Calendars contain 2024 holidays - do I have to create new calendars
GM - New to NetSuite. We are a OneWorld customer. My team created multiple working calendars that include the 2024 holidays. Each calendar represents a different country. I have 2 questions: Question 1: For the employee population, since the current work calendars contain 2024 holidays, effective January 1, 2025, these…
-
Work Calendar SuiteScript
Is there a way to import a work calendar via the current SuiteScript? Until the enhancement is available for csv import, is there any workaround? SuiteAnswers has the old 'nlapi' code. Is there pre-made code available anywhere? Thank you.
-
Configure MRP To Avoid Weekends/Holidays
Hi NS Community, Has anyone found a way to configure the NetSuite MRP feature to avoid weekends and holidays. For example, MRP may suggest that we schedule a PO to come in on a Sunday and thusly plan production to occur that following Monday. However, in reality the supplier will arrive on Monday and will be ready for…
-
How to Assign Assign Specific Hours per Day on Each Day of the Week Using Work Calendar
It appears you cannot set up a Work Calendar where the working hours spans two days (overnight) - i.e. our night shift from 22:00 - 07:00 (Sunday to Thursday). If you set a Start At time of 22:00 and the Hours per Day of 8:00 you get this error: How do NetSuite envisage managing shift workers? I can't imagine we're the…
-
Show message when Expected Receipt Date is within Work Calendar Non Working Days
Hello! I'm looking for a solution to show a message when a purchase order line has a Expected Receipt Date that corresponds to a date in the Work Calendar. Situation The default Work Calendar has Non Working Days. When a Purchase order line is set to a Expected Receipt Date that matches a date within the Non Working Days…
-
Multiple calandars Manufacturing Work Centers
Is there a possibility to use multiple calendars within a Work Center? Our customer works with 3 shifts. For now I have to create 3 different work centers (3 Static Employee Groups) so I can attache a different calendar per work center. I hope there is a better way to get this done?
-
Work Calendar Limitations
We are currently implementing SuitePeople, and have run into an issue with the work calendars. First some background: Employees normally work Monday-Friday Occasionally employees will be required to work over the weekend. We schedule our project in NetSuite using project tasks, and project task assignments The issue we ran…
-
Evaluating SLA deadlines within business hours to create an alert when a case is approaching the SLA
I see the answer to the earlier Question: Setting SLA Deadlines within business hours. I applied Erick's suggestion: Please try the ff. field and formula in the Results tab of your saved search: Field - Formula (Date/Time) Formula - CASE WHEN TO_CHAR({createddate}, 'HH24') = 8 THEN {createddate}+8/24 WHEN…