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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Using Current Date in Formula Field
Hi,
I am needing to add a formula field to a custom record that is True or False based on a date value. I'm not sure what the syntax, or if its possible, to determine the current date.
Basically I want something like this:
if (end_date < getDate()) {expired = 'T';} else {expired = 'F';}
I'm not sure of the proper syntax for 'getDate()'.
The expired field would not be stored, just used for display in search results or conditional formatting.
Can this be done? I don't see any functions for the current date.
Any help would be appreciated.
Thanks,
0