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!
trying to Build a 'date of last activity' custom field
on the 'Edit Custom Entity Field' screen Under 'Validation & Defaulting' I have the formula tic box tic'd -and the following formula:
max({activity.date})keep(dense_rank last order by {activity.date})
but for some reason -the OLDEST activity dates are being listed -
example: "2010-09-20 00:00:00.0 America/Los_Angeles" when there are numerous other more recent activities.
What I really want is:
"2011-07-25" -just the date of the most recent activity...
Can anyone steel me in the right direction, please?
0