Author: Shekha E K
Solve error on `npm install`, with `ERR! code EINTEGRITY
This is mainly occurring due to cache while running terminal. Try the below code on the terminal . After that re-run npm install.
A Simple Navigation bar for Website
A simple horizontal navigation barHtml: CSS:
Digital Clock in JavaScript
CSS Toggle Switch
Toggle switch has become one of the popular form elements in mobile apps, sometimes, on desktop website. It makes perfect sense while we use it on touch screen devices because it works exactly like those switches in our living space.
Resolve Lease Asset Modification Error: “The Transaction Date You Specified Is Not Within the Date Range of Your Accounting Period”
Scenario User modified a Lease Record dated on a closed period but Lease Modification’s effectivity date is on an open period. When they click Modify Lease Record Button, User gets the error: “The transaction date you specified is not within the date range of your accounting period”. Solution Open the Closed Period Navigate to Setup > Accounting > Manage… Continue reading Resolve Lease Asset Modification Error: “The Transaction Date You Specified Is Not Within the Date Range of Your Accounting Period”
How to link Online Custom Record Forms to Website
To link to an online custom form from your NetSuite website: Click the Setup tab. On the Setup page, under the Customization heading, click Record Types.The Custom Record Types list opens. In the Edit column, click the name of the record type you want to edit. Click the Online Forms subtab. Click the name of the form you want to link to.… Continue reading How to link Online Custom Record Forms to Website
How to center align vertically and horizontally inside a div?
Consider an example given below, To center the image inside this div,
Basic Process for Setting Up Scriptable Cart
Scriptable cart is functionality that is server-side JavaScript and SuiteScript that runs when a shopper is checking out. Used for: Connecting to a third-party tax calculator Changing price levels of items in a way native functionality cannot Creating buy one / get one type offers in a way the promotions engine cannot Paying using stored… Continue reading Basic Process for Setting Up Scriptable Cart
Error: Impossible to parse backend error while running extension
How to solve error ” impossible to parse backend error – Request{“url”: ” “} ” occurring in console, while running the extension? Solution: Check the vendor in manifest and folder name created for the service file in Netsuite. Both should be same. The vendor name is case sensitive so while using the model, we should… Continue reading Error: Impossible to parse backend error while running extension