I just fixed it by uninstalling Node.js . According to the https://github.com/coreybutler/nvm-windows/pull/615 pull request, nvm cannot change the version because it’s conflicting with the normally installed Node.js version. Try deleting Node.js from the Apps settings menu. Then use the command “nvm use x.x.x”.
Author: Archana Luye
SCA Theme Skin
Refer the attached document to understand the basics of SCA Theme skin
Gulp Command Reference for Theme and Extension Developer Tools
Theme Developer Gulp Commands Command Description gulp theme:fetch Downloads the active theme and extension files (Sass, HTML, and other assets) for the specified domain. You must have already activated a theme using the Manage Extensions wizard in NetSuite for this command to run. This command places these files in the top-level directory’s Theme directory. If… Continue reading Gulp Command Reference for Theme and Extension Developer Tools
Saved search to get the available quantity of an item in an inventory location
Create an item search in Netsuite with the following criteria type – choose the item type Internal id – internal id of the item inventory location – Choose the required inventory location Inside the results tab, choose the required item fields. To get the item quantity available , add the field “Location available” eg screen… Continue reading Saved search to get the available quantity of an item in an inventory location
How to call the get function of service controller upon page load
If you need to dispaly the results of a netsuite search in a sca webstore page in page load, you need to pass the required data as parameter to that page. In the router function, call the dervice file. You may call it directly or use the model file in which the service url is… Continue reading How to call the get function of service controller upon page load
Webstore subsidiary setup and item display
Items are displayed in an SCA webstore based on the subsidiaries chosen inside the website record in Netsuite. Only the items inside the subsidiaries chosen as online inside the website record is displayed inside the SCA webstore. The subsidiaries are listed inside the setup tab of the website record. Only the items from the subsidiaries… Continue reading Webstore subsidiary setup and item display
Set address to a customer / contact from webstore
The customer method “addAddress(address)” can be used to set an address to a customer or contact from webstore in the suitescript file addAddress(address) Adds an address for current customer. Parameters address [required] {Object with values for fields} addressee [required] addr1 [required] addr2 [optional] addr3 [optional] city [required] state [required] country [required] zip [required] phone [optional] isresidential [optional] defaultshipping [optional] defaultbilling [optional] Returns String – key of added address.… Continue reading Set address to a customer / contact from webstore
Internal error in CASES pages
Internal error is displayed in the cases pages when we are using CUSTOM SSPs. Cause & Solution: The reason behind this is that the cases module requires a service file from the ss2 version of SSP. So when we are using Custom SSPs, make sure to create an ss2 version SSP along with the custom… Continue reading Internal error in CASES pages
Setup and implementation of the SCA webstore for Thermogard
Requirement JIRA TASK : THR-1 Thermogard has recently moved the core business onto Netsuite and are looking to build an eCommerce site on SuiteCommerce Advanced. Site will be multi currency as the business spans across New Zealand, Australia, and the United States. Current website – https://thermogard.com/ Attached is the site map. Solution SCA enabled in… Continue reading Setup and implementation of the SCA webstore for Thermogard
Customer application from webstore
MAR-359 Requirement Please add newaccount@marshallelectronics.net to email notification generated after application is completed. Please update the email template to include the following:Subject: New account application completedBody: A new account application has been completed for the following customer:Company Name: (Name) (link to record)ID: (Internal ID)Payment Method: Terms / Credit Card / Wire Transfer 220V checkbox is… Continue reading Customer application from webstore