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.
Message Formula in Saved Search
Does anyone know the field names for Message Date and Message Title or Subject? I was unable to find them in Help.
I am using the Formula (Date) & Formula (Text) in a Saved Search to display the last date an email was sent and the email subject. When I use message.date and message.title the results are "ERROR: field not found."
The formula is very similar to:
Formula (Date) max({activity.lastmodifieddate}) keep (dense_rank last order by {activity.date})
Formula (Text) max({activity.title}) keep (dense_rank last order by {activity.date})
Thanks!
0