Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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),
0