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!
Workflow - Set Field Value - Convert time/date field to date field
Hi,
I have a workflow where I'm trying to Set a custom Date field with the value from the Date Created field.
If I do the following:
It will pull the date created, but use the current year instead of the year the record was created:
My guess is this is happening because the field I'm trying to set the value to is a DATE field while the Date Created field is a DATE/TIME field. Is there a formula I can use that converts the date created (date/time) field to a date field?
I confirmed the set field value works as expected if it's pulling from another DATE field.