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!
How to add days to Quote Expected Close Date via Workflow that executes on a Client Trigger?
Hi,
We have a workflow with set field value action that should push the quote expected close date out six month or 180 days. In the set field value parameters formula i tried the below formulas but they all return the date 1/31/2022. ?? Im not sure why the formula is returning a PAST date. Any idea why this is?
({today}) + 180
({trandate}) + 180
to_date({trandate}) + 180
to_date({today}) + 180
0