Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
After Field Edit date calculation workflow
Hi, I'm working on a workflow that would calculate Expected Receipt Date as Ship Date (custom line field) + 14 days. I created a single state workflow with After Field Edit triggered action using a formula to establish the value. If I simply put {line.custcol_line_shipdate} in the formula field, the value is being copied 1:1 as soon as enter the date - perfect. However, I can't seem to get any calculations working. So far I tried the following:
{line.custcol_line_shipdate} + 14
{line.custcol_line_shipdate} + INTERVAL '14' DAY
to_date({line.custcol_line_shipdate} + INTERVAL '14' DAY)