So if we fetched an extension and deployed it to our Netsuite or created an extension and deployed it to the Netsuite then after activating that extension we may find this error in the website so rectify it we need to Search ssp-libraries-ext.js in the Netsuite global search and we will find a number of… Continue reading ssp_libraries_ext.js error after activating Extension
Author: Vasanth Ponni Vaikunda
To solve the internal error in the Website page(Impossible to parse backend error while running extension)
So this error may occur if we don’t give the proper permission for the extension. The extension’s service file is stored in the following path as shown in the image so for this we have to give the permission so that we can access them and the error will get rectified. For giving the permission… Continue reading To solve the internal error in the Website page(Impossible to parse backend error while running extension)
Working with Records (Roles and permission)
Through records, we keep track of all the information from our NetSuite account. we can have records of our employees, customers, vendors, items, web sites, updates, activities and so on. There are standard records provided in NetSuite for many business purposes, such as Accounts, Items, Shipping Items, Marketing Campaigns and so on. we can also… Continue reading Working with Records (Roles and permission)
Renaming whishlist page name to Favourites
We need to create an “Extension”: In the entry point we need to extend the views. In our case Menutreeview and Header menu myaccount menu. Compare each line and if the id matches thenthe tab need to rename. Now we need to find the module name to extend the view and pass the value in… Continue reading Renaming whishlist page name to Favourites
Add Brand as facet option
To create a custom field for Brand. customization –> Lists, Records, & Fields –> Item Fields –> NewThen fill all the neccessary fields like Label, ID and all then save it. you can go to Customization –> Lists, Records, & Fields –> Item Fields to chech whether the Brand filed is created or not. Now… Continue reading Add Brand as facet option
Update Free shipping countdown
Proposal Summary : 1)The tab will not appear on the website if shipping threshold is zero or undefined. 2)If we reach the shipping threshold, the text in the message should be ‘Free Shipping Applied’. 3)If already SHIPPING METHOD is applied FREE for that then no need to show the tab or show ‘Free shipping already.… Continue reading Update Free shipping countdown
SSL certificate
How to upload a SSL Certificate Manually? I have downloaded the ssl certificate manually and the format is .csr but the netsuite will accept only the .crt , .cert or .pem format only for the certificate so i have changed it to the other format then if i try to upload it still it is… Continue reading SSL certificate