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.
javascript to write to tabbed content...
We have a large number of SKUs that are technical in nature. Therefore we want to use tabbed content to display "detailed description", "compatibility", "technology explanation", and "instructions for use".
We have the tabbed content working and taking from the detailed description and 3 customitem fields in each of our 1,700 items.
We figure that out of 1,700 items, we have only 10 different compatibility texts, 32 different technology explanations, and 16 different instructions for use. But we have 1700 different detailed descriptions. So we intend to use the detailed description field for displaying on the tab.
My thought is to write 58 documents ( the 10+32+16 different docs) as information items which are given unique IDs by Netsuite, and use javascript to locate the document and write it to the tab content. The obvious is to use three custitem fields to contain the ID of the document I want for that particular item. I ran into problems which are documented already in the forum.