Book Image

NetSuite for Consultants - Second Edition

By : Peter Ries
Book Image

NetSuite for Consultants - Second Edition

By: Peter Ries

Overview of this book

ERP and CRM consultants can effectively implement NetSuite for a client organization with the aid of NetSuite for Consultants, revised with the latest features and best practices for NetSuite 2023. After reading this book, you’ll have a thorough understanding of how to configure the NetSuite ecosystem for any business. You’ll learn how to apply new features such as the Manufacturing Mobile application, NetSuite budgeting features, and tools for handling rebates and trade promotions. This edition also includes expanded coverage of technical topics such as SuiteQL and the SuiteTalk REST API. Understanding what a business requires is a crucial first step toward completing any software product deployment, and this NetSuite guide will teach you how to ask meaningful questions that ascertain which features, basic and new, you will need to configure for your client. Most importantly, you’ll not only learn how to perform a NetSuite implementation; you'll also learn how to prepare clients to use the software confidently, which is the true test of a great consultant.
Table of Contents (28 chapters)
1
Section I: The NetSuite Ecosystem, including the Main Modules, Platform, and Related Features
5
Section II: Understanding the Client’s Organization
11
Section III: Implementing an Organization in NetSuite
21
Section IV: Managing Gaps and Integrations
25
Other Books You May Enjoy
26
Index
Appendix: My Answers to Self-Assessments

Creating custom exports from NetSuite

When a client needs to export data from one system to any other system, we usually push for the simplest options we can find and only resort to building something custom when those tools just don’t fit the bill. As described in Chapter 17, Analytics, Reports, and Data Exports, our first choice for exports should always be SuiteAnalytics Connect. As a reminder, this is the option that allows a client to connect to NetSuite with one of three industry-standard methods (ODBC, JDBC, or ADO.NET).

They then execute queries to collect any sets of data they need from the system. The client’s technical people can create automation that runs outside NetSuite in a variety of databases, data warehouses, or applications to pull data out on whatever schedule they need. The NetSuite Help page explains how to use the Connect feature, and it’s very popular for this use case. Most developers already know how to use Connect’s SQL...