Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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).