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.
NSC | Creating Links to NetSuite Pages with a specified Subtab selected by default
Any page in NetSuite can have a Subtab selected by default upon loading.
Just append the following to the URL of the page:
&selectedtab=[SubtabID]
where [SubtabID] is the ID of the subtab to be selected by default.
The Subtab ID can be obtained in the Browser Developer Tools by right-clicking on the subtab, then selecting Inspect.
Next, look for the first parameter of the ShowTab function. See the sample screenshot below:
So, to have the Validation and Defaulting subtab selected by default, append &selectedtab=VALIDATION to the URL of the Transaction Body Fields page.
Let us know what you think about this trick by leaving a comment or using the reaction buttons below.
----------------------------------------------------------------