megaphone
Update your Profile with your Support type to get your Support Type badge.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Stay in the know of how NetSuite can help grow your business with our guides, webinars, and events. Subscribe Here
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
No Limits. Just possibilities. Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Discover what's next at SuiteConnect Tour 2026.
Try Intelligent Payment Automation – Fee Free For Your First Month For more information, visit this thread.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Don't miss out on our Question of the Week! You only have until tomorrow, April 2, 2026, 2:00PM ET to comment your answers.

My Stuff

New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.

3946734 Green Ribbon

Comments

  • I just tested this in IE 9 and it works! Too bad we can't upgrade due to our main vendor requirements. This must be due to some way that Netsuite scripts are interacting with IE and security settings, so does anybody know a way around this? I've even tried adding *.netsuite.com to Trusted Sites, but that did not make a…
  • I've tried both to no avail. I do believe it is somehow related to the MIME type with IE 7/8 but I just can't find the security setting needed to make this work. :h_a_w:
  • Benjamin, I moved all of the code so it's in one function (TimeImport), and I still get the same error (Internet Explorer cannot display the webpage). The URL is https://system.netsuite.com/app/site/hosting/scriptlet.nl. Everything still works great in Firefox, however.
  • I got it to work but it's a hack that I really don't like. I now have 2 Suitelets. One that displays the form and gathers the information, and then passes this info as parameters to a 2nd Suitelet that does the PDF creation and displaying. This seems to work in IE 7,8, and 9. I'm fairly sure it is an issue with the way IE…
  • No, I get the same error. Firefox still works, and when I have the 3rd parameter as 'attachment' it pops up a box asking to download the file (which is what I would assume would happen with the attachment option). I know I can probably email the pdf, but having an interactive form that produces a nice pdf on the screen is…
  • Has anything happened with the issue since you logged it?
  • I am still plagued by this error in IE versions 7 and 8. Has anybody found a workaround (running Firefox or Chrome is not an option for us). The last set of lines in my code are as follows: var file = nlapiXMLToPDF(xml); response.setContentType('PDF', 'MechanicCalendar.pdf','inline'); response.write(file.getValue());…
  • Yang, I've tried adding response.sendNoCache() to numerous places in my script and it still does not work. Any other ideas?
  • I just tried that and it still fails. I did notice, however, that the field does get set, and then changes to blank, almost as if something is changing it after my script runs.
  • I can't seem to set the value of the carrier. I've tried 0,1 and 2 and none of them change it to more, they keep it at UPS. Setting the text with 'More' still works however to set the carrier, but the method still blanks out.
  • Benjamin, I think the issue is that I cannot set the carrier. The shipping method I am trying to set to is NOT a UPS carrier. The default for us in general is UPS, however. If I manually change the carrier to More, and then change the field on my form to trigger the script, the method does indeed change to what I want it…
  • I've noticed that this issue has popped up again, although I don't know how long it's been broken. I have a script attached to our Sales Order Form that does the following 2 lines of code and fires at the field change event: nlapiSetFieldValue('shipcarrier','nonups'); nlapiSetFieldValue('shipmethod',36,true,true); When I…
  • I ended up having to run a saved search from the nlapiSearchRecord and then the locatin uantityavailable value worked.
  • As a follow up, here is the code I am using. Note: currentitem and currentlocation do hold the proper values and I've confirmed the search has 1 result, but the qtyavail always returns as null. var filters = new Array(); filters[0] = new nlobjSearchFilter('location', null, 'anyof', currentlocation, null); filters[1] = new…
  • Olivier, Thanks for the help, but that still came up with nothing for a value for qtyavail. I had actually tried inventorylocation first, but then switched it to location, but neither seem to provide any results. I do know the search is actually running because columns[0] does indeed have the itemid I am looking for. It's…
  • That's kind of correct. The pictures are actually stored on an external server so the real problem is in Javascript there is no way to check to see if a file exists on an external web server. My hope was that as I was building the xml, there would be some way in the <img> tag to specify an alt tag if the image file does…
  • I'm using nlapiXMLToPDF in a suitelet to print a detail of a custom record, but I'm having some image problems. In the img tag, I cannot specify an alt attribute if we don't have an image stored for the custom record. Does anybody know of a way to tell BFO to not crash if the image does not exist?
  • This has been classified by Netsuite Support as an Enhancement, #134962. This is wrong. I need somebody from Netsuite to this get turned from an enhancment to a Defect and addressed ASAP. We are trying to get all 10 of our mechanics to be able to edit events that have been created by other people and this little issue is…
  • We are trying to make better use of the Netsuite Calendars for our employees. A Netsuite Partner implemented a wonderful system for our Service Department that basically tied Events to Sales Orders to allow our mechanics to add parts and labor to Events, which in turn got added to a Sales Order for billing. I am trying to…
  • With a script, can I remove all the Attendees and then add a new set of Attendees? Would that change the Owner of the event?
  • So does this mean that even with a script, the owner CANNOT be changed?
  • This is wierd, and I think it's just a Defect that I need to file with Netsuite Support, but I wanted to run it by the list. The user that gets "added" to the event actually CAN edit the Event if they do so thru their Netsuite Calendar! Our events are tied to our Sales Orders, so if they bring the Event up thru the Sales…
  • I think maybe I'm getting closer to solving this, but still need a little help. With a BeforeSubmit script, I've been able to modify the attendee list with the values selected in a custom drop down list field on the event. When I add the employee, I am also setting the Response field to "ACCEPTED", and the UI does reflect…
  • I've created a custom invoice through SuiteScript and the Big Faceless Report Generator PDF, but does this mean I cannot grab the Terms that are on the invoice? If I use getFieldValue('terms'), I get just the ID of the terms. I tried to us nlapiLookupField to get the text, but I do not know the name of the table, or the…
  • I was really hoping that 2011.2 would FINALLY address this issue and allow us to customize the sublist screens to remove these buttons. Netsuite, is this EVER going to be addressed? As I have been training a new employee, I have noticed it really makes a lot of screens ugly and he keeps asking me why those buttons are…
  • Evan, Is there any update to the "simple fix" of adding the remove as an explicit column in the sublist view? Instructing users to NOT use that remove button does not seem to work in our organization when it comes to sublist views. Thanks.
  • Hardeep, How can this only be an S2? S2 means 30 to infinity number of days to fix. Really? First, it used to work. Netsuite broke it. Shouldn't that be a top priority to fix? Second, if you are entering hundreds of transaction lines a day (like most people do), having to tab to that field EVERY time is a huge waste of…
  • I have noticed the exact same behavior in 2015.2. My Department and Location on an AP Bill used to default for me, but now it does not. I thought I was losing my mind. So is this a defect, or is it "by design"?
  • I don't understand why Vendor Returns are not treated similar to a Sales Order. They do NOT commit inventory and the columns are not the same to show how much has been "fulfilled". This, to me, is not an enhancement, but a flawed design.
  • So I would have to create a Non Inventory item for every expense account that we "might" use on a PO if we don't want to go thru the fake receiving of it? Netsuite - Has this functionality changed in the last couple versions? I don't remember having to do this last year, although my memory seems to be getting worse every…