views:

648

answers:

4

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

+1  A: 

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

Andrew

+3  A: 

Hi Jim,

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

BobD
you wouldn't happen to have any links would you?
Jiaaro
User group is at http://72.3.227.204/users/index.php
BobD
The developer resources are located at http://www.netsuite.com/portal/developers/dev-resources.shtml
BobD
A: 

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.

vinoth
This needs to be a new question, not an answer to an existing question.
Lawrence Johnston
A: 

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.

iloveitaly