Netsuite

NetSuite Schema Browser: Guide to Features and Benefits

October 9, 2023

A NetSuite Schema Browser

The NetSuite Schema Browser is a way to understand the Simple Object Access Protocol that is used to integrate third-party, external, or legacy systems within the NetSuite environment. This web offers seamless integrations services that you can form without SuiteScript expertise.

This blog will explore the NetSuite Schema Browser and answer questions like what it is and how you can use it to navigate records, sublists, and objects.

A cohort facing their laptops and having a discussion

What is the NetSuite Schema Browser?

To explain what the NetSuite Schema Browser is, we first need to provide some background. By laying out these building blocks, you'll be able to understand the following:

  • What the NetSuite Schema Browser is
  • Why the NetSuite Schema Browser exists

What is NetSuite?

For the benefit of anyone who does not already know, NetSuite is a leading cloud-based business software suite. A NetSuite implementation allows companies to run their critical business processes on one unified platform. Some of the platform's capabilities are:

  • Enterprise resource planning (ERP)
  • Customer relationship management (CRM)
  • Accounting
  • eCommerce
  • Warehouse and distribution management
  • Business intelligence

However, perhaps one of the most valuable parts of the NetSuite platform is its high level of flexibility and adaptability. NetSuite is becoming more and more popular because it can work with software from other companies.

What is SuiteTalk?

SuiteTalk is a web services tool that helps integrate third-party software or systems within the NetSuite platform. You can also use it to create custom applications and build connections between websites and NetSuite.

Web services use Application Programming Interfaces (APIs) to send and receive data online. In essence, they are a way for two or more applications to communicate with each other.

SuiteTalk uses an XML-based API known as Simple Object Access Protocol (SOAP) to send requests to and from NetSuite. You can also use SuiteTalk to build your own applications using Java, C#, or a PHP toolkit. Some of the things that you can do through SuiteTalk are user administration, managing records, and performing saved searches.

The value of SuiteTalk comes from its ability to help users mold and customize NetSuite around their business goals, objectives, and processes. NetSuite integration can help consolidate backend processes and connect internal and external systems seamlessly.

Where SOAP comes in

SOAP is a web services platform that makes all this possible because it provides users with programmatic access to data and business processes through an XML-based API.

SOAP uses XML to gather data so it can be transmitted between software applications. The kind of encoding it uses in NetSuite is called document-styled encoding, also known as document-literal or message-style encoding.

So that users can learn what is happening under the hood, NetSuite has made the SuiteTalk SOAP Schema Browser available to users.


What does NetSuite’s Schema Browser do?

The NetSuite Schema Browser provides users with a summary of the SOAP web services:

  • Records
  • Sublists
  • Available objects.

It provides detailed information about each element and displays this data in tables. This configuration makes it easy to browse and find information. NetSuite has also integrated the Schema Browser with the SuiteAnalytics Connect Browser and the SuiteScript Records Browser. This merge enables users to compare records across:

  • SuiteScript
  • SOAP web services
  • and SuiteAnalytics Connect.

How does NetSuite Schema Browser work?

When you first open the NetSuite Schema Browser, you'll notice tabs for:

  • Schema Browser
  • Records Browser
  • Connect Browser
  • Analytics Browser
A NetSuite Schema Browser page

These enable users to tab through the different types of NetSuite browsers.

Below that, there is an A-Z to help you find records easily.

The far left-hand side panel shows alphabetized lists of records and sub-records.

Summary of the record

The center pane shows the details of each record presented in a table.

A Summary of the record in a NetSuite Schema Browser page

Namespace link

The namespace link (just below the individual record name) links to the namespace where the record belongs. When you click this link, the left-hand panel is updated to show a list of all the objects in the namespace. You can easily tab through the list or search it.

A Namespace link in a NetSuite Schema Browser page

Field list

The center-pane table is where information about each record is. They are broken into columns for ease of readability.

These columns are:

  • Name
  • Type
  • Cardinality
  • Label
  • Required
  • Help
A Field list in a NetSuite Schema Browser page

Here is a quick rundown of each header.

Name: The field name in the SOAP web service.

Type: The data type, i.e. boolean, DateTime, RecordRef, etc.

Cardinality: The number of basic measures in a set.

Label: The fields label when viewed in the UI

Required: This shows if the entry form in the UI needs a value for the field.

Help: Additional information about the field.

Additional data

Below the center panel, you can find additional data, namely Attributes and Related Searches.

Attributes and Related Searches in a NetSuite Schema Browser page

Attributes: Data on related attributes, like internalID or externalID

Related Searches: Lists corresponding search objects for the record. These related objects are hyperlinked, and you can click through to find extra information.

Namespace view

As mentioned above, the NetSuite Schema Browser's default view lists records on the left-hand side that can be tabbed alphabetically, while the center pane shows the details of one record. However, in some scenarios, you might need to navigate to different views that are for certain namespaces.

A Namespace view in a NetSuite Schema Browser page

These alternative views include:

a) a tabbed list of all objects contained in the namespace and

b) a summary of details about a specific object.

Object Summary

The center pain typically shows information about an object. These objects are generally records. However, you can select objects that are not records, too.

A Object Summary in a NetSuite Schema Browser page

Finding different objects

When you need to navigate to a different namespace object, use the left-hand side tabbed list. It contains four subtabs, which are:

Record = All of the namespace's records and sub-records

Search = All of the namespace's search objects

Other = Sublists, child elements, and other objects in the namespace

Enum = All of the namespaces enumerations

Namespace objects in a NetSuite Schema Browser page

Finding the namespace view

There are a few different ways to return to the namespace view if you have clicked away from it.

  • Use the dropdown list below the A-Z index
  • Click the namespace link in the center pane
  • Click the name of a data type in the Type column
  • Click the name of any listed search object, which you can find at the bottom of the record reference page.

Finding records or sub-records

The NetSuite Schema Browser was built for quickly browsing records and sub-records by:

  • Name
  • Namespace

Here is how you can find them

A-Z index

Use the A-Z index when you already know the name of the record or sub-record. To do this, simply:

  • Click the letter it begins with
  • Select the record or sub-record from the left-hand panel

The record details will populate in the center pane.

Namespace Dropdown List

If you don't know the record or sub-record name, use the dropdown list below the A-Z. To do this:

  • Browse through the namespace dropdown list
  • Select the record or sub-record in the left-hand side panel

Again, the record details will populate in the center pane.

How to find other objects

Users typically use the NetSuite Schema Browser to find a record's details. However, you can also use it to find information on

  • Search objects
  • Sublists
  • Data types

Here is how to find them with the NetSuite Schema Browser

Namespace Dropdown List

Navigate to the object's namespace by using the dropdown list below the A-Z.

From there, select the desired namespace. The left-hand side panel will update to show a list of objects related to this namespace. The center panel will update with information about the first record.

Of course, when you want to change this view, you can:

  • Click the Search tab to find search objects
  • Click the Other tab to find sublists, child elements, and other objects
  • Click the Enum tab to find enumerations

As you tab through the views on the left, it will update the left pane. From here, you can locate objects and click them to display them in the center pane.

Other Controls

If you need to find an object related to the record you are viewing in the NetSuite Schema Browser, you can easily locate them with these methods.

Finding searches: You can locate a search at the foot of the page that contains the record summary. This is where any search objects with a direct relationship with the record are listed.

Clicking the name of a search will redirect you to a page that summarizes the search object.

Values: Quite often, the values that populate the Fields table contain hyperlinks that bring you to reference pages in the NetSuite Schema Browser. Types columns include:

  • Sublists
  • Enumerations
  • Object types, like RecordRef.

Clicking these objects will bring you to their reference page.

Objects: When viewing a record, you can locate objects that are listed within the same namespace. To delve further, click the URL that is underneath the record. When selected, the left-hand pane will update automatically, giving you access to a list of the object that is contained within the namespace.

How Seller Universe Can Help

Even though NetSuite has powerful features out of the box, adding third-party integrations can make it fit any business or workflow. Studying the structure of NetSuite, via the NetSuite Schema, helps businesses understand the protocols that determine how different software integrations work within the environment.

If you need support or consulting for third-party integrations or a NetSuite implementation, Seller Universe is here to help. Because we know a lot about business processes, NetSuite customizations, and development, we can help you find your way through the specialized world of adding new tools or functions to your ERP system.

Get in touch today to see how we can improve your business.

Frequently Asked Questions

What Is The Difference Between Schema Browser, Records Browser, and Connect Browser?

What Are The Benefits of NetSuite’s Schema Browser?

What Roles and Functions Does NetSuite SOAP Schema Browser Serve?

Latest Articles

NetSuite ACS vs Partner Support: Which One is the Best for You?

NetSuite ACS vs Partner Support: Which One is the Best for You?Getting the proper NetSuite support can make or break your implementation and ongoing success with the platform. But how do you know which support option best fits NetSuite ACS and NetSuite partners? This blog post breaks down the key differences between NetSuite’s Advanced Customer Support (ACS) and NetSuite partner support to help you make the choice that aligns with your business needs.Is your NetSuite implementation being held back by subpar support? Don’t leave your success to chance—understand the differences between NetSuite ACS and partner support to get your business's expertise.This blog post compares NetSuite ACS and partner support to help you determine the right support approach for your organization. We’ll explore the pros and cons of each option, from availability and response times to advanced expertise and cost considerations.‍What is NetSuite Support?NetSuite support assists with the range of ERP and omnichannel commerce capabilities within the NetSuite platform. This includes troubleshooting issues and answering usage questions on:‍NetSuite Financial ManagementNetSuite Order and Billing ManagementNetSuite Inventory and FulfillmentNetSuite CRM and MarketingNetSuite SuiteCommerce SitesNetSuite Reporting and DashboardsNetSuite Workflow AutomationNetSuite Customizations and Integrations‍Reliable support coverage for all NetSuite components is crucial for businesses to keep their systems stable, meet compliance needs, scale growth, and continuously optimize their platform utilization.NetSuite Advanced Customer Support (ACS)‍NetSuite ACS enables self-service access to the company's knowledge base with operational best practice content for finance, orders, inventory, and other areas. Users can also submit tickets for technical issues across modules like financial reporting, order workflows, and custom scripts.‍Dedicated account managers provide guidance on ACS entitlements and bundle purchases. But the support itself is siloed across topic-specific teams versus taking a holistic view of each customer's business priorities.NetSuite Partner Support‍Skilled NetSuite partners have extensive knowledge of the same core areas covered by NetSuite ACS, including:‍Troubleshooting platform errors and bugsAssisting with configuration and customization issuesProviding guidance on standard functionality ‍Additionally, the best NetSuite partners supplement ACS with a wider range of complementary support strengths, such as:‍Faster response times based on focused NetSuite expertiseDirect senior-level support unavailable through standard ACSVertical domain perspective tied to industry best practicesPersonalized account management aligned to business KPIsProactive solution checkups and optimization recommendationsOngoing training aligned to changing user rolesObjective guidance untethered from NetSuite sales ‍Customers benefit from comprehensive support coverage by leveraging both ACS and a partner like Seller Universe. ACS provides the backstop of direct vendor access while partners deliver specialized knowledge and context for greater productivity. The combined approach enables issues to be resolved faster while unlocking more platform value.‍NetSuite ACS: A Complete Overview‍NetSuite Advanced Customer Support (ACS) is the vendor's own technical support offering provided to NetSuite customers. It equips users with guidance and assistance to optimize configuration, utilization, and ongoing enhancement of their NetSuite ERP platform.‍Key features and services of ACS include:‍24/7 phone and email access to NetSuite support techniciansGuaranteed initial response times based on case severity Designated account managers for support planning and entitlementsDifferent support tiers aligned to customer needs‍Levels of ACS Support‍NetSuite ACS provides varied support levels to match unique customer requirements:‍Advise: Entry-level support ideal for new customers covers basic troubleshooting and product guidance to ensure a solid onboarding foundation.Monitor: Hands-on support with a designated functional consultant who monitors milestones are met across key workflows and processes. Optimize: For customers with more complex configurations, Optimize delivers deeper and proactive support for maximum utilization. This adds a Customer Success Manager and performance assessments.Architect: The highest tier designed for global and highly customized deployments. Adds an assigned Technical Account Manager for strategic oversight.‍Benefits of NetSuite ACS‍The main benefits NetSuite customers gain through ACS include:‍Direct access to NetSuite product experts who know the software inside and outProactive monitoring and regular platform checkupsGuidance on new functionality and process optimization‍Limitations of NetSuite ACS ‍Some downsides or constraints of reliance solely on vendor ACS:‍Incremental cost increases based on higher tiers of access and supportImpersonal support issues due to high volume of aggregate customers Locked into an annual contract regardless of actual usage or value gained‍Many customers switch to NetSuite Partners for maximum ROI for their support needs.Overview of Partner SupportNetSuite partners are expert implementation and support firms focused exclusively on the NetSuite platform. They provide a range of specialized services designed to help customers get maximum value from their ERP investment. Partners play an integral role by delivering solutions tailored to each organization's unique industry, business model, and objectives.Types of Services Offered‍NetSuite partners offer various services spanning the customer lifecycle including:‍Deployment - New implementations, data migration, integrationsCustomizations - Enhancements for specialized functionalityManaged Services - Ongoing administration and support packagesOptimization - Improving and evolving usage over timeSupport - User training to troubleshooting and upgrade guidanceBenefits of NetSuite Partner Support‍Partnering with a skilled NetSuite service provider yields many benefits:‍Customized Support: Partners provide individualized guidance based on deep understanding of customer goals and contexts. This enables more impactful solutions.Flexibility: Leading partners offer flexible and modular services. Customers can mix and match offerings to meet budget and requirements.Dedicated Attention: Partners provide senior-level, high-touch engagement and accountability across a customer's journey.Types of Support Plans‍NetSuite partners mostly offer two types of support plans:Ad-Hoc PlansFor more transactional or tactical needs, NetSuite partners offer flexible Ad-Hoc support plans. Under this model, customers pay per incident or project for needs as they arise. If an organization only has periodic platform issues or minor enhancements, paying only for specific partner engagements is often the right fit both functionally and economically. The Ad-Hoc approach provides nimble support refinements without unnecessary managed services overhead.Full Managed ServicesFor companies that rely heavily on NetSuite to run business operations, Full Managed Services delivers reliable support coverage on an ongoing basis. This proactive model includes regularly scheduled platform reviews, a technical account manager, and continual optimization to improve business process maturity over time. Instead of reactive troubleshooting, managed services provide end-to-end lifecycle enablement so technology fully aligns to ever-evolving functional requirements. The highest-performing partners offer Managed Services bundled to meet budget thresholds based on company revenue or headcount.‍Comparing ACS vs Partner SupportService Flexibility‍ACS offers tiered support packages but limited ability to customize service levels. Partners provide more tailored and modular options spanning ad-hoc firefighting to optimized managed services. This empowers a better fit to needs and budget. Customization and Personalization‍While ACS furnishes access to technical experts who understand NetSuite intrinsically, the vendor relationship limits customized enhancements aligned to strategic business goals. Specialized partners both conceptualize and deliver personalized solutions factoring industry contexts. Cost Efficiency‍ACS packages risk overspending without full utilization, as high-touch options have high labor costs. Partners enable pay-as-you-go flexibility or bundled managed services, driving higher ROI. The long-term TCO with partners can be lowered by distributing costs against value and outcomes vs. fixed ACS subscription fees.Response Time and Availability‍With massive customer volumes, ACS struggles to match partners’ rapid response times aligned to individual user priorities. Partners average 2-hour SLAs for P1 issues, while ACS urgent response is 8 hours. Users praise partners for 24/7 access and hyper-care during deployments.Strategic Guidance and Expertise‍While ACS resolves tactical issues, partners excel at strategic visioning and capability enhancements per business objectives. ACS acts as a platform mechanic, while partners serve as virtual CIOs. ‍‍Why is Seller Universe the Best NetSuite Support Partner?Comprehensive Solution BreadthSeller Universe provides an unrivaled breadth of solutions spanning financials, integration, automation, analytics, and custom application development. This enables a tailored fit to address diverse pain points out-of-the-box.Global and Local ExperienceWith skilled resources across North America and APAC, Seller Universe delivers in-region support backed by an intimate knowledge of local regulations, languages, and business norms. Our teams blend deep NetSuite expertise with on-the-ground insights.Industry and Process SpecializationSeller Universe offers pre-configured solutions fine-tuned for manufacturing, eCommerce, logistics, demand planning, AP automation, and more. With 300+ projects delivered, we furnish proven, repeatable models aligned to how you operate.Technology Depth and Platform ExpertiseWith 350+ NetSuite certifications and direct participation in NetSuite's product council, our consultants offer an unparalleled technical command of the platform's multidimensional capabilities. We match this with pragmatic implementation experience.Commitment to Continuous InnovationSeller Universe builds on NetSuite's core functionality through 250+ custom SuiteApps, integrations with leading complementary solutions, and our AutomationDrive RPA practice. We commit to continuously expanding what's possible, year after year.Final ThoughtsIn conclusion, NetSuite customers have options for supplementing the vendor’s Advanced Customer Support (ACS) offerings. However, realizing maximum value requires a partner that goes beyond basic break/fix services. The ideal support partner is a strategic advisor guiding customers through the ongoing enhancement of their ERP investment. This drives innovation aligned to business goals versus just maintaining the status quo.‍Of all specialized NetSuite partners, Seller Universe stands out as the clear market leader. By combining technical prowess with pragmatic implementation experience across hundreds of deployments, Seller Universe delivers unmatched ROI. We offer more than software support – We provide customers with a trustworthy, forward-thinking partner ready to evolve systems as needs grow and change.‍