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!
SuiteBundle vs Web Services
I have a requirement where I want to be able to push some data(journal entries) from my system to Netsuite account of various clients. I am new to Netsuite and upon exploring the available options I came across the following two possible ways:
[LIST]
[*]SuiteTalk: I managed to write a Python SOAP webservice using which I am able to successfully post data from my system to Netsuite account. This works without any problem.
[*]SuiteApp/Bundle: This is something alien to me. Before getting my hands dirty on this, I just want to know about the capability of this approach. Assuming I would have to expose APIs in my system in order for the bundle to poll that data and create entries in Netsuite, I have below concerns: