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.
Saved Message Search criteria for outgoing emails
We created a saved messgae search to report outgoing emails per user.
If any user sends email to multiple receipents, this search result shows same copy multiple times as NS attaches same copy to all recipients records. Instead we want to get only one copy in results.
Search should exclude same email next time if it's createdate matches with previous record createdate.
Thought to compare date of (internal id and internalid-1) with formula(Numeric) or Formula(Date)
date({internalid}) - date({internalid}-1), if value equal or difference 0 not to include that record in result.
I am new to set these expressions. Please help to get an idea to write different way or different functions/fields if this is not the correct way of doing... Thanks for your help.!