Show a Loading Spinner with UI Blur During Long-Running Actions

When performing long-running actions in a NetSuite Suitelet or Client Script — such as generating files, calling APIs, or triggering downloads — it’s good practice to show a loading indicator and block the UI to avoid user interaction. Here’s a reusable snippet that creates a full-screen blur overlay and centered loading GIF (spinner). Why Use… Continue reading Show a Loading Spinner with UI Blur During Long-Running Actions

Image File Formats Recognized by Netsuite File Cabinet.

The following image file types are recognized in the NetSuite File Cabinet: Image : .jpg, .jpeg, .pjpeg, .gif, .png, .bmp Unrecognized File TypesAlthough NetSuite accepts all file formats in the File Cabinet, if a file format is not recognized, the file type is listed as Other Binary File. NetSuite cannot determine unrecognized file formats uploaded… Continue reading Image File Formats Recognized by Netsuite File Cabinet.

Adding Loading symbol while processing

Scenario: When some process is processing if you need to show any kind of loading symbol for representing the process may take some time. For this you need to add a loading symbol on the page Solution: For this you need to add a jQuery section with a HTML code block. The HTML code block… Continue reading Adding Loading symbol while processing

Loading image on Page Load

Sometimes, there faces page load lagging time after submission or reloading of the page. In this situation, it is better to use a page loading image, so that the user can understand what does exactly happening and also it increases the UX.