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 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