Resize Image on Website

To optimize the Images on the website we can use the image resizing option provided by NetSuite. On Website Record there is a option for adding the different size After adding those size we can use that on the template TPL File as <img src=”{{resizeImage url ‘main’}}” alt=”{{alttxt}}” /> here “main” represents id and we… Continue reading Resize Image on Website

Debounce Function

Add a function with debouncedValidation on that function call another, the meaning of this is it will wait for 1000ms then execute the inside function