Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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: