Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
How to set up a Workflow that sets a Date field to weekday prior the value of another Date field?
I've created a workflow to set a production date field to be 1 day before a ship date field. This works except I only want to use weekdays. If something is scheduled to be shipped on Monday, it needs to be produced on the Friday before. To test, this is the formula I used: nlapiDateToString(nlapiAddDays(new Date(nlapiGetFieldValue('startdate')),-1)). This will subtract 1 from the start date field, but doesn't take weekdays or weekends into account. How could I accomplish this?
Tagged:
0