Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
NSC | Combine User Note Date and Phone Call Date in one Formula Field in a Saved Search
Scenario 1:
In a Saved Search, combine the User Note Date and Phone Call Date in a single Formula Field.
The expected result is to show the total number of user notes and phone calls created per contact THIS YEAR.
Soution
- Navigate to Lists > Search > Saved Searches > New
- Select Contact
- Enter Search Title
- In Results tab
- Field: Name
- Summary Type: Group
- Field: Formula (Numeric)
- Formula:
Formula (Numeric) = CASE WHEN TRUNC({usernotes.notedate},'Year') = TRUNC({today},'Year') AND TRUNC({call.startdate},'Year') = TRUNC({today},'Year') THEN 1 ELSE 0 END.
Scenario 2:
The expected result is to show the total number of user notes and phone calls created per contact LAST YEAR.
🏆️ Earn Community badges for Refer a Member | Answer Accepter | Content Creator
_______________________________________________________________________________
Michelle Jabanes | NetSuite Support Community Administrator