FSM Process Flow

Creating FSM Assets: FSM assets represent serviceable items and the locations where service is performed. There are two types: Site Assets: These represent a customer location or site. A site asset is linked to a customer record and can have multiple site assets for different locations or shipping addresses. Equipment Assets: These represent individual serviceable… Continue reading FSM Process Flow

Published
Categorized as Presales

NetSuite Ship Central Roles and Permissions

You can assign NetSuite Ship Central roles to employees in your organization. If they already have existing roles assigned, you can update the roles with permissions that provide access to packing or shipping. If you use Specialized User: WMS roles and want to modify access to the Ship Central app Assigning Ship Central Roles The… Continue reading NetSuite Ship Central Roles and Permissions

Financial Exception Management using NetSuite AI

Understanding NetSuite Financial Exception Management (FEM) In the dynamic world of financial operations, maintaining accuracy and consistency is critical. Yet, businesses often encounter anomalies—transactions that deviate from standard practices or established norms. These are known as financial exceptions, and managing them effectively is essential to ensure financial integrity and streamline operations. 🌐 What Is Financial… Continue reading Financial Exception Management using NetSuite AI

Agentic AI: The Rise of the Autonomous Digital Employee

Agentic AI, or Autonomous AI Agents, represents the next evolutionary step beyond today’s chatbots and Large Language Models ($LLMs$). While an $LLM$ can generate a perfect response to a prompt (like writing an E-Mail or summarizing a document), it waits for a command. An Agentic AI, however, is designed to act on its own initiative… Continue reading Agentic AI: The Rise of the Autonomous Digital Employee

Text Enhance in NetSuite

Text Enhance is a NetSuite feature that uses generative AI to help you write business content. It can help you create and refine content, and make sure it’s the right length for your needs. Text Enhance can also help you translate your content into other languages.123 Text Enhance uses information from the page you are… Continue reading Text Enhance in NetSuite

Identify Shipping Carrier Based on the Number of Characters or Digits of its Tracking Numbers

Each shipping carrier applies a unique logic in generating its own tracking number. It is the same concept in generating check-digits in barcodes to validate it.  However, this article is not intended to tell whether the tracking number is valid or not based on its auto generated check digit. Instead, it simply aims to identify… Continue reading Identify Shipping Carrier Based on the Number of Characters or Digits of its Tracking Numbers

Shipping Method is still Required when Non-Inventory Item is Added

User is prompted to select a shipping method for non-inventory items, as well as for items that have a default shipping method. Currently, when a shopper adds a non-inventory item to the cart, a shipping method is still required and calculated before checkout. This also applies when the cart contains both non-inventory and inventory items—shipping… Continue reading Shipping Method is still Required when Non-Inventory Item is Added

NetSuite Electronic Business Overview

NetSuite Electronic Business (NSEB) SuiteApp provides the foundation for NetSuite users to configure and participate in global business networks like Oracle Business Network (OBN) and PEPPOL. The SuiteApp provides global electronic invoicing solutions for country mandates worldwide by partnering with Avalara. Using the NSEB SuiteApp, you’re able to do the following: Enable NetSuite users to… Continue reading NetSuite Electronic Business Overview

Enter a statement charge

To enter a statement charge: Go to Transactions > Sales > Create Statement Charges (Administrator). In the A/R Account field, choose the account you want to post this statement charge to. In the Customer or Project field, select the appropriate customer or project. The currency selected on the customer’s record appears here as well as the exchange rate for this customer’s currency. Note:… Continue reading Enter a statement charge

Add a checkout section to submit a custom transaction field.

JJ.CheckoutChange.CheckoutChange.js define(   ‘JJ.CheckoutChange.CheckoutChange’   , [     ‘JJ.CheckoutChange.CheckoutChange.View’,     ‘LiveOrder.Model’,     ‘JJ.CheckoutNotice.CheckoutChange.View’   ]   , function (     CheckoutChangeView,     LiveOrderModel,     CheckoutNoticeView   ) {     ‘use strict’;     return {       mountToApp: function mountToApp(container) {         // using the ‘Layout’ component we add a new child view inside the ‘Header’ existing view          // (there will be a DOM element with the HTML attribute data-view=”Header.Logo”)         // more… Continue reading Add a checkout section to submit a custom transaction field.