Cannot Test an Extension on a Local Server

In some 2018.2 implementations of SuiteCommerce Advanced, developers might experience the following console error when testing an extension on a local server: TypeError: SC.addExtensionModule is not a function. The patch instructions described below correct this error. To implement this patch, you must create two custom modules to override different instances of index-local.ssp. These files are located… Continue reading Cannot Test an Extension on a Local Server

Create Custom SSP Application for SuiteScript 1.0

To build an SSP application: Turn on the required features in NetSuite. For more information, see Enable Required Features for SuiteScript 1.0 SSP Applications. Write the SuiteScripts that will implement your web store customization, including .ssp files to render the UI and .ss files to handle requests. For examples of these file types, see Sample SSP Application… Continue reading Create Custom SSP Application for SuiteScript 1.0

SMT Installation and Implementation

Enable Features The first step for implementing Site Management Tools, is to enable the feature. To enable SMT: Go to Setup > Company > Setup Tasks > Enable Features. Click the Web Presence subtab. Check the Site Management Tools box. Click Save. Install the SMT Core Content Types Bundle The SMT Core Content Types bundle (Bundle ID 190323) lets you create… Continue reading SMT Installation and Implementation

Change the Internal ID Field on the Payment File Administration (PFA) file to the Vendor ID

Scenario On the Payment File Administration (PFA) record, when the file is created and uploaded to the Bank, it includes Internal IDs of the Bank Payment Records. Here’s how you can change it to the Vendor ID instead. Solution Log in as Administrator Navigate to Payments > Setup > Payment File Templates Edit the template used in the Payment File Administration Bank… Continue reading Change the Internal ID Field on the Payment File Administration (PFA) file to the Vendor ID

Record.type

Applies to SuiteScript 2.x | APIs | SuiteCloud Developer Property Description The record type. Note the following: When working with an instance of a standard NetSuite record type, set this value by using the record.Type enum. When working with an instance of a custom record type, set this value by using the custom record type’s string ID.… Continue reading Record.type

Creating Custom Fields with Values Derived from Summary Search Results

You can create a custom field that can display values derived from summary saved search results. Each summary search field displays a rollup value for a selected search results field. The value is dynamically calculated each time a form containing the summary search field is displayed. For example, you can use a summary search field… Continue reading Creating Custom Fields with Values Derived from Summary Search Results

How to reshedule the maintenance

Your NetSuite Training Demo account TD2834967 Demo Accounts is currently scheduled for routine maintenance on December 10, 2024 at 11:30 am India Standard Time. This maintenance should take approximately 2 hours. During this time, you will be unable to access your NetSuite account, online forms, websites or web stores. Processes scheduled to run in your account could also be affected. You… Continue reading How to reshedule the maintenance

Viewing an Advanced Template in the Template Editor

To see an advanced template in the template editor, go to Customization > Forms > Advanced PDF/HTML Templates and: Click Customize for a standard advanced template to review it in the template editor and create a customized version of it, or Click Edit for a custom advanced template to review it in the template editor and make further changes as needed.… Continue reading Viewing an Advanced Template in the Template Editor

SuiteCommerce Advanced Sign Up extension

The SuiteCommerce Advanced Sign Up extension lets you use an alternate sign up form on your Commerce website in addition to, or instead of, the existing standard customer registration form. The Advanced Sign Up form is particularly suited to wholesalers who want their users to register before they are able to shop on their site.… Continue reading SuiteCommerce Advanced Sign Up extension