Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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).
0