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.
TIP: using pseudo enums for constants
Disclaimer: I'm sure many of you are already doing something similar to this (or something better), I just though I would share in case others find it useful.
I used to have record id, field ids and other string constants littered throughout my code. With the new ability to change the id of records and fields I made a pass through my custom records (and their fields) and updating the ids to be more logical. While doing this I realized what a mess I had with all the constants sprinkled all over my code. My solution was to create a bunch of javascript enum-like structures to hold the values.
Steve Klett | Senior Developer
NetValue Technology