How to fetch data from backend to JS file through Suite script file using Get method

For fetching data from Backend to JS file through Suite Script using Get Method1. After loading data from netsuite in suite script file we can fetch those records JS file through service controller fileUsing Get methodin get method we have to Id of Item whose record we have to fetch Like: Then return the dataIn… Continue reading How to fetch data from backend to JS file through Suite script file using Get method

How to fetch data from MicroSite Records from the Item Records.

Fetching data from MicroSite Records from the Item Records. In website page we have to show the detailed description of the product in the Product detail page.1. First we have to fetch those data from item records in suite script with the help of saved search.2. Then with the help of suite script in extension… Continue reading How to fetch data from MicroSite Records from the Item Records.

How to make records configurable using configuration in extension

Making records configurable using configuration in extension.1. In extension go to configuration folder. 2. Select the group where you want to store the records, and type of records and subtab within the main tab, title and description and If you want you can fill default value of the record as shown below example 3. Then… Continue reading How to make records configurable using configuration in extension