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.
2 things I'd like for the new year
When adding dynamic fields via addFormField, you have the option of identifying the tab ID. However, this is not an easy thing to derive having to go into the HTML source to find tab IDs.
When you bundle custom records which have custom tabs (or you add custom subtabs in Setup > Customization > Subtabs), they do not keep their assigned IDs when they transfer to the new environment, thus code which adds the dynamic field and tries to assign to one of these tabs needs to be modified to identify the new ID in the new environment.
If you identify a tab ID that is invalid, NetSuite throws an 'unexpected error' instead of gracefully ignoring or throwing a descriptive error for the problem.