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!
Trigger Add Days Formula After Submit
I'm using a workflow + formula to auto set a date field, based on another date. If I set this to after field edit, it works great. The problem, however, is I'm setting the original field via workflow with an "after record submit" trigger. When I move the trigger for the add days formula to after record submit, it errors out. Is there a way to do this?
Here's the formula: "nlapiDateToString(nlapiAddDays(new Date(nlapiGetFieldValue('custrecord_custom_date')) ,365))"
Thanks,
Mike