Tagged Questions
The netsuite tag has no wiki summary.
3
votes
4answers
877 views
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 ...
3
votes
5answers
2k views
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 ...
2
votes
2answers
97 views
Update employee in Netsuite with Mule ESB
How to set department in employee on netsuite with mule ESB?
Thx.
2
votes
1answer
445 views
Code Assist Doesn't Work for Aptana Ver 3 Plug-in to Eclipse Ver 3
UPDATE ON 9/5/2011: PROBLEM SOLVED -- See details at bottom
I am having trouble with Code Assist in Aptana Ver 3.0.4. plugin to Eclipse 3.7.0.
I have installed the NetSuite plug-in but I do NOT get ...
2
votes
1answer
799 views
Netsuite: How to attach custom fields to sales orders
The documentation for Netsuite is quite lacking, they cover the basics and then let you loose to explore. Anyone without a vast knowledge of PHP trying to use their php toolkit would be on their ...
2
votes
2answers
267 views
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 ...
1
vote
0answers
42 views
netsuite scriptable cart - adding to cart validation on multi add
Not sure if this is the site to ask a netsuite question on, but it is programming, so i think so.
I am working on writing a scriptable cart script in netsuite. It currently does (or is suppose to ...
1
vote
0answers
30 views
Netsuite with Mule ESB
How do I obtain the modified records of employees for a certain period of time?
How to get list of role?
how to delete record of role and department from employee?
I'm using the Mule Cloud connector ...
1
vote
1answer
180 views
PHP SoapClient Constructor extremely slow
I'm trying to do some tests on a SOAP API and am experiencing extremely slow execution times. I've done some digging and found that it's the SoapClient constructor that takes forever to execute. I ...
1
vote
3answers
495 views
Has anyone been able to get the the suds soap library to work with the NetSuite WSDL?
Has anyone been able to get the the suds soap library to work with the NetSuite WSDL? I get this error when I try to create a client.
from suds.client import Client
#url = ...
1
vote
2answers
409 views
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 ...
0
votes
1answer
39 views
How do I set the Paypal Authorization Id when creating a new Sales Order in Netsuite
I am attempted to create a new Sales Order in Netsuite using PHPtoolkip_v2010.php and add a authorization id to its payment method.
I can create the Sales Order and set the payment method to PayPal, ...
0
votes
1answer
56 views
How can I create a new customer in Netsuite with a default billing/shipping address?
I am trying to using Netsuite's PHPtoolkip_v2010.php to add new customer records and define their default shipping and billing addresses. But I'm having trouble wading through the documentation.
...
0
votes
1answer
61 views
starting with netsuite
I am starting with netsuite. I have following questions :
What is netsuite (I know it provides cloud based software as a service but how)?
If I am a developer, what all I can do with netsuite and ...
0
votes
0answers
68 views
netsuite_client gem in rails application
I'm all new to rails stuff, and I'm trying to include netsuite_client gem into the rails application. So, I include the netsuite_client gem into the gem file and run bundle install, all goes well. I ...
0
votes
1answer
32 views
NetSuite - Get the internalId via SOAP/WS for department, category, currency
please tell me that there is a way to get the internal ID of a department, expense category or currency if I do not have the internalID via a webservice?
0
votes
3answers
120 views
How can Aptana help with Netsuite Client Suitescript development?
I found my way here from the 3-years-out-of-date page at http://suitesource.netsuite.com/s.nl/it.A/id.82/.f . I have the latest eclipse, with the Aptana plugin and the NetSuiteEclipse plugin.
Just ...
0
votes
4answers
198 views
Override a CSS style on one page
I have a page (http://www.gardensandhomesdirect.co.uk/newhomepage)
I want to make the center column (#content-column) 930px for this page only, which will eventually become the homepage.
The CMS ...
0
votes
2answers
121 views
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.
0
votes
1answer
146 views
How to create a shopping cart(Ecommerce site) using NetSuite
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 ...
0
votes
3answers
208 views
I need to know about netsuite integration
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 ...
0
votes
2answers
340 views
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 ...
0
votes
1answer
1k views
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 ...
0
votes
3answers
424 views
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 ...