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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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