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 to 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 it's worth a try right?)

link|improve this question

feedback

5 Answers

up vote 9 down vote accepted

As a ex NetSuite employee I was frustrated by this time and time again, even internally there is no good refs other than the published pdf's in dev docs.

One of the best places for snippets of code and clues of how to do things is the NS User Groups as well as the not so good sample apps.

A lot of it is done with trial and error. I have found developing web services a little lest frustrating than the client and server side scripting.

B

link|improve this answer
you wouldn't happen to have any links would you? – Jiaaro May 29 '09 at 12:30
User group is at 72.3.227.204/users/index.php – BobD May 29 '09 at 23:47
1  
The developer resources are located at netsuite.com/portal/developers/dev-resources.shtml – BobD May 29 '09 at 23:48
feedback

There are no great reference tools. I wish there was as well. What particular issues are you having?

Andrew

link|improve this answer
feedback

I can't stress enough what a great resource the user group is. I constantly get answers there, many by NetSuite employees, including the creator Evan. Subscribe to the various forums and ask questions. Be sure to mention what you are doing, what you have tried and any thoughts you have on the process you are attempting. I find that when I follow that formula I get answers. Others at my company will just ask how to do something and rarely get any help.

Be aware that many things are not either documented or are not supported in SuiteScript and/or Web Services and the supported list is not consistent between the two.

link|improve this answer
feedback

Found some sample code + documentation here. I integrate netsuite with some kohana based site. I've thrown up two snippets that I use for easing development, a getNetsuiteConnection() method and a snippet used for getting a list of custom fields in a given record.

Update: Found some more resources recently (mostly targeted at using NetSuite via the PHP framework).

link|improve this answer
feedback

It is a bit of a nightmare. The help-center section is useful for reference.

https://system.netsuite.com/app/help/helpcenter.nl?topic=help

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.