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!
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),