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 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