netsuite

Netsuite woes: Is there decent reference anywhere?

I'm hoping this question isn't too obscure cross fingers I'm looking for a decent reference for netsuite scripting and api (both of which are based on ASP) does anybody know where too find this stuff? The netsuite help pages are mediocre at best, and the forums aren't very active. (I suppose these two things are already bad signs, but ...

How can I change a Web Sevice URL with out recompiling?

We have an web app that is talking to Netsuite via Netsuite's web services. We setup the Web Service via VS 2005's Add Web Reference wizard which generates all the proxy code. Netsuite have sandbox accounts that allow testing (a different web reference URL). Ideally we want to hop back and forth between the live service and the test ser...

Development experience with NetSuite

I've been in discussions with a potential employer with regards to an opportunity wherein their main development framework is NetSuite. The terms of the project, or so I've told, is that they're in the middle of a project that has to be released by the end of the year (for reference it is September: target release is December). Without ...

Can Netsuite Suitescript modify a file in the file cabinet?

I have a large product list and need to generate a static file of it, and have that file be accessible in my website. Currently, I generate the list, and upload it to the file cabinet. I wish to automate this process. I would like to schedule a SuiteScript to run each night and generate this list and update a file in the file cabinet. C...

invalid argument IE7 javascript line number changes

This is the test page: http://www.onebagoneearth.com/ OBOEKindBag (spaces between the page name and domain because I don't want the URL indexed as such) If you click on one of the thumbnails, or on the main image, you see a popup window, and if you enter a quantity and then click "add to cart" here, in IE7 (at least on Vista, and als...

javascript function won't stop looping - It's on a netsuite website

I need to change the shipping carrier drop-down and shipping method radio button once via a javascript function, not forever. However, when I use this function, which executes when on the Review and Submit page when the order is < $5, it goes into an endless loop: function setFreeSampShipping(){ var options = document.forms['checkout'...

I need to know about netsuite integration

Hai, i need to details about netsuite integration, i am using PHPtoolkit.php file for getting datas from client netsuite server. i need to fetch category,products details from netsuite server. I would be very happy if anyone can help me. ...

NetSuite,3CX Assistant,3CX Phones

I am working on an project and i need to add netsuite plugin in 3CX Assistant. The plugin is required to get contacts from netsuite web service and return these to the Assistant. Please help me to call web service and add the plugin in the Assistant. Thanks & Regards Ashok Bhardwaj ...

NetSuite,3CX Assistant,3CX Phones

I have created a application for Net Suite which returns all the Net Suite contacts to the assistant.For this i have used the web service which lookup for the net suite contacts. This web service returns me the records and working fine on my machine but the problem is that when i put this application dll in the 3CX Assistant it gives me...

How to create a shopping cart(Ecommerce site) using NetSuite

Hi I am new in the netsuite.I am not know anything regarding the netsuit.I want to create a new Shoppping cart(Ecommerce site) in the netsuite.I am not able to find the steps so that i can create a new shopping cart using the netsuite. Please anybody provide me the full information of the netsuite so that I can start the work on the...

Has anybody tried Test Driven Development on Netsuite?

I'm new to Netsuite customizations and I'm wondering if anyone has used any unit testing tool that plays nice with Netsuite. ...

Netsuite javascript reference

I have taken over development of a website that integrates with Netsuite. The main way that it seems to use to get information from Netsuite about the current session (ie cart details, etc) is through the use of Javascripts. For example http://shopping.netsuite.com/app/site/query/getcartitemcount.nl?c=xxxxxxx gets the number of item...