upload image to netsuite file cabinet from website using suitescript 2.0. the image is stored in folder where the folder id specified in suitescript 2.0 View File Template File Suitescript 2.0 File Cabinet:
Author: Rajesha Jagadeesh
How to add Sort By Brand option to Items in PLP Page
In PLP its show option sort by Brand option while click on that items of that brand will show. Steps: Step 1: create a custom Item name it as CUSTOM BRANDS and type as List/Record and add list of brands Step 2: Add CUSTOM BRANDS to website Search Index > Sort Fields Step 3: Add… Continue reading How to add Sort By Brand option to Items in PLP Page
How to get custom Record data From netsuite using suitescript
When to Use: When the we want to use custom records of Netsuite in View file for showing or performing some operations using those data. JavaScript View.js suitescript ServiceController.js model.js