Discussions
Starting to work with Web Services. Can you advise?
I have set up some scripts which I run very manual talking between Netsuite and another application we have which uses "MySql" as the DB.
I currently run php scripts to extract the data from MySql, ftp it to my local drive, then use the csv import to import the data, export search results from Netsuite to csv files, ftp back to server, and php script updates MySql.
This is a very manual process as it needs to update both systems back and forth between steps. I currently take NEW and UPDATED customer information from MySql into Netsuite (then update MySql with NS internal ID etc) and import NEW orders from MySql into Netsuite (and again send back internal ID and some other info to MySql).