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

Using custom record types to store additional non-standard data

I have had many reasons to create custom records in the past. For instance, a client wants to keep track of warranties on a certain range of products they sell but NetSuite does not have a warranty record type. We can create a new type, consisting of fields, forms, and subtabs, and assign it specific permissions by role very quickly, all via the NetSuite point-and-click interface.

A screenshot of a computer  Description automatically generated with medium confidence

Figure 9.5 – Example of what a Warranty custom record might look like

We can define just the fields we need on that record as well, of course. Using the warranty example again, we might add fields for things such as the item, a serial number, possibly a link to a sale, and a few dates we need to keep track of. If there can be multiple items linked to one warranty, we might want to use the very handy Record is parent feature, to link one field on the parent record type to a field on a related child custom record type. With...