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.
100 Ways to Use Formula Fields
Does such a document exist for NetSuite?
OR can people here start posting a few useful samples? I have 2 here that I find useful, do you have some to share?
1. Formula to give the day name for a date on a custom record eg. Monday for use in a search;
Formula: (Text)
TO_CHAR ({custrecordname_date}, 'DAY - DD Mon')
2. Formula to compare and display variance as a percentage between 2 custom record values;
Formula (Percent) Summary Type "Group" Function Round to Hundredths "Average"
ROUND ( ({custrecord_value1} / {custrecord_value2} - 1.00 ) * 100, 2)
I understand that many admins know and love SQL but what about the rest of us? A tip sheet with a 100 examples (or more!) like this would be very good.