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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Search: Sales Orders within 5 Days of a Phone Call (Activity)
Hi -
I'm trying to create a search where I can see that within 5 days of a Phone Call logged on a customer record, the customer places a Sales Order.
I have tried a Transaction Search (SO) And I tried a Customer Search. I'm getting no results.
Transaction Search: Type = SO, Main Line = True, Activity.Activity Type = Phone Call, and Formula = YES : DECODE({trandate},{activity.date}, 'YES', {activity.date}+1, 'YES',{activity.date}+2, 'YES',{activity.date}+3, 'YES',{activity.date}+4, 'YES',{activity.date}+5, 'YES','NO' )
Customer Search - Basically the same, but
Transaction (Customer) : Type = Sales Order, Activity.Activity Type = Phone Call, and Formula = YES : DECODE({custbody2.trandate},{activity.date}, 'YES', {activity.date}+1, 'YES',{activity.date}+2, 'YES',{activity.date}+3, 'YES',{activity.date}+4, 'YES',{activity.date}+5, 'YES','NO' )