Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
NetSuite for Consultants, 2e

You're reading from   NetSuite for Consultants, 2e Your comprehensive guide to becoming a successful NetSuite consultant in 2023

Arrow left icon
Product type Paperback
Published in May 2023
Publisher Packt
ISBN-13 9781837639076
Length 346 pages
Edition 2nd Edition
Arrow right icon
Author (1):
Arrow left icon
Peter Ries Peter Ries
Author Profile Icon Peter Ries
Peter Ries
Arrow right icon
View More author details
Toc

Table of Contents (28) Chapters Close

Preface 1. Section I: The NetSuite Ecosystem, including the Main Modules, Platform, and Related Features
2. Introduction to the NetSuite Ecosystem, Platform, and Related Features FREE CHAPTER 3. Selecting and Applying an Implementation Methodology 4. Creating a Project Plan 5. Section II: Understanding the Client’s Organization
6. Documenting the Organization’s Requirements 7. Analyzing the Organization’s Users and Roles 8. Understanding the Organization’s Accounting and Finance 9. Getting to Know the Organization’s Entities and Items 10. Identifying the Organization’s Main Transactions 11. Section III: Implementing an Organization in NetSuite
12. Custom Forms, Records, and Fields 13. Centers and Dashboards 14. Items and Related Lists 15. Customers, Vendors, Contacts, and Other Entities 16. Financial Transactions and Period Closes 17. Procure-to-Pay Transactions 18. Order-to-Cash Transactions 19. Other Transactions and Custom Transactions 20. Analytics, Reports, and Data Exports 21. Section IV: Managing Gaps and Integrations
22. Managing Gaps and Creating Custom Automations 23. Managing Integrations 24. Managing Data Migrations 25. Other Books You May Enjoy
26. Index
Appendix: My Answers to Self-Assessments

The NetSuite SuiteCloud platform

When none of the earlier options will satisfy a particular client requirement and they are adamant that their business cannot function without it, then customization built with the SuiteCloud platform will be needed. We usually refer to these situations as gaps in the client’s requirements since they are not covered by native NetSuite features, including simple custom configurations or any existing partner solutions.

In these cases, you can help the client define their requirements and then design a customization to satisfy them. Depending on the complexity of the gap, this can mean a short delay while the custom solution is created, or it can sometimes become the largest chunk of work being completed by the implementation team. We’ll discuss these types of customizations in Chapter 18, Managing Gaps and Creating Custom Automations, but for now, just note that you should always work with the client to find acceptable workarounds to avoid having to create a custom solution on the NetSuite platform. I spend most of my time at NetSuite designing and building this kind of customization as I work with my clients, but I only do this after exhausting the easier/faster options. Nobody wants to delay the client from going live, so avoiding customizations whenever you can is very important.

Again, though, sometimes, you just have to customize NetSuite. And that’s why it’s a very good thing that the system’s architects have given us the toolset we have today.

SuiteBuilder

This feature includes custom records and fields, subtabs, and sublists. With these, we can add a custom table for things such as warranties or shipment packages, built just right to suit the client’s needs.

This also includes things such as custom segments for when departments, classes, and locations are not enough. And we can use custom transactions for those rare times when the native transactions don’t allow enough flexibility or a client has some other special requirement.

SuiteScript

Scripts are automations or customizations that allow almost any custom logic to be triggered just when you need it:

  • Client side: In the browser, this is used whenever a page is first loaded, a field value changes, a line is added to a list, and so on.
  • Server side on a user event: These are a little more limited in their triggering moment, including before the page loads (beforeLoad), after the user clicks Save but before data is written to the database (beforeSubmit), and after data is committed to NetSuite (afterSubmit).
  • Suitelets and RESTlets: These scripts allow you to create custom UI pages as needed or make microservices that listen for requests coming into NetSuite from other external sources.
  • Scheduled and Map/Reduce: These background processes run on a predefined schedule, such as once per day or every 2 hours, for those times when you need some data to be updated but it’s not urgent.

And then there are a few miscellaneous options, scripts for creating custom dashboard portlets, scripts that affect the outcome of a mass update, and so on.

One common reason for creating a script that comes up is when a client wants to limit native fields, for instance. In those cases, NetSuite doesn’t let us use the configuration screens to directly control native fields the way it does custom fields, so we typically write a script to change the behavior of the field instead.

SuiteFlow

This is NetSuite’s custom workflow, configured with a point-and-click interface in the same NetSuite UI we use every day, allowing more control over things such as approval processes, email notifications, and simple validation/error handling.

For instance, if a client wants a warning to be displayed whenever a quote is saved without two fields being populated, a workflow can do that easily.

Most intermediate to advanced NetSuite users can learn to create these when needed, so they’re NetSuite’s no-code alternative to writing scripts.

But just note that, for now, if you don’t know what you’re doing, it’s also easy to create a workflow that harms performance or, worse, causes a NetSuite screen to misbehave. For all these SuiteCloud tools, getting trained first is a really good idea to avoid this kind of trouble. We will cover SuiteFlows in more detail in Chapter 18, Managing Gaps and Creating Custom Automations.

SuiteTalk (SOAP and REST)

NetSuite introduced SOAP web services many years ago, and nearly all the large-scale connectors of the product use it today. SuiteTalk is essentially a service within the NetSuite cloud, always listening for requests to be sent to it, which can then react to those requests in a predefined way.

For instance, if your third-party web store needs to tell NetSuite that an order was just placed, you could develop the SOAP calls to do this, and NetSuite would react by creating the matching order in the NetSuite database.

SuiteTalk integrations are always created outside of NetSuite, so you need a server of some sort for them to run on. NetSuite doesn’t say anything about that, so you have a world of options in that regard.

More recently, NetSuite introduced the REST API, which works a little differently from the SOAP interface but serves the same purpose. Whereas SOAP messages are sent in XML format, REST uses JSON, so this might be familiar to more folks today.

SuiteAnalytics Connect

The overall SuiteAnalytics feature includes all of the native reports, datasets, and workbooks. Those things are all great if you’re already working in the NetSuite UI, but that’s not always true for all the employees of a typical NetSuite client.

Connect is an ODBC/JDBC/.NET connection that you can use to extract data from a NetSuite account to any external database or data warehouse. This is a good option for when you want to pull data out of NetSuite regularly.

A common example would be a client who needs to export all inventory and sales order data from a NetSuite instance into a data warehouse so that they can slice and dice the data for custom reports.

You have been reading a chapter from
NetSuite for Consultants, 2e - Second Edition
Published in: May 2023
Publisher: Packt
ISBN-13: 9781837639076
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime