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.
Script1.0, please help refine this Search function to just the record I'm on and not all records.
I'm using a script to pull child record (Packaging Record) information onto the printout of an IF.
The issue is that the script does an nlapiSearchRecord on ALL Packaging records, so if I have 3 different IFs with multiple packages and items listed, all 3 packaging records of items and info will be printing out on all 3 printouts.
I'm not very good with scripting at all and trying to work this out myself at the same time.
But can anyone help me refine the search to focus on just the IF I'm working on?
Also, the custrecord = form.addField('custpage_custrecord_to_print', 'longtext', '', null, null),