Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
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: