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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
Customer Search with Last Call Subject formula
I have a customer search that I am displaying the last scheduled call date and last completed call date using formula and maximum. I would also like to display the last scheduled call subject and the last completed call subject.
I am able to use this to get the last call title
field: formula text
summary type: maximum
formula: max({call.title}) keep(dense_rank last order by {call.startdate}
I thought that I would use something like this to get the call title filtered by completed (or scheduled) but it generates an error and I am just not sure where I am going wrong.
0