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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Custom Field for the most recent change date of Project Status
Hello,
I am trying to create a custom field that will display the date of the most recent change in Project status. I tried this formula but received syntax error.
MAX ((CASE WHEN ({systemnotes.field} IN ('Status')) THEN ({systemnotes.date})) ELSE ' ' END
Any ideas for other formula I can test? Thank you!
0