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 | Saved Search to Get the Number of Phone Calls Before the First Sale
Scenario:
The user would like to see how many phone calls were made before their first sale.
Solution:
Create a Customer Saved Search and use a formula to get the value.
1. Navigate to Lists > Search > Saved Searches > New
2. Select Customer
3. Enter Search Title
4. In Criteria tab > Standard subtab
- Filter: Select Formula (Numeric)
- Formula:
CASE WHEN {transaction.mainline} = '*' AND {transaction.type} = 'Sales Order' THEN 1 END
5. In Results tab
6. Field: Name
- Summary Type: Group
- Field: Formula (Numeric)
- Summary Type: Sum
- Formula:
CASE WHEN {call.status}='Completed' AND {transaction.datecreated}-{call.startdate} >0 THEN 1 END
- Formula:
Got other ways of generating the number of phone calls made? Feel free to share your knowledge in the comment section below.
🏆️ Earn Community badges for Refer a Member | Answer Accepter | Content Creator
_______________________________________________________________________________
Michelle Jabanes | NetSuite Support Community Administrator