Description: reset form is clear all filled details of the form and make the form as new. Template: SASS Javascript Entrypoint screenshot:
Author: Rajesha Jagadeesh
How to create custom record in netsuite using suitescript 2.0 in SCA
This will create custom records using suitescript 2.0 when ever customer submit a form. first you have to create custom record manually then you have to add those custom_record_id for below code to create custom recrods. Javascript View File Suitescript2 the above code will create the custom record in netsuite👇
How to upload a image to Netsuite file cabinet from website using suitescript
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:
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