Introduction: NetSuite User Event scripts are powerful tools for automating processes within your NetSuite environment. Sometimes, there’s a need to pass values between different phases of a User Event script, such as from BeforeSubmit to AfterSubmit. This article explores a technique using the Cache module to achieve this seamless data transfer. Using the Cache Module:… Continue reading Passing Values from BeforeSubmit to AfterSubmit in a NetSuite User Event Script
Tag: cache
Using the ‘N/cache’ Module
Cache is a type of temporary storage that you can use as you create scripts When to Use Cache Using a cache improves performance by eliminating the need for scripts in your account to repeatedly retrieve the same piece of data. This tool is primarily helpful on two fronts: Using cache can reduce the memory that your… Continue reading Using the ‘N/cache’ Module
WP Rocket – WordPress caching plugin
WP Rocket is a premium cache plugin for WordPress. It doesn’t require configuration; as soon as you turn it on, your website will start to gain the following advantages: Static HTML version of your content cached for desktop and mobile devices Browser caching Cross-Origin support for web fonts Detection and support of various third-party plugins, themes, and hosting environments Combination of inline and 3rd party scripts WooCommerce Refresh Cart Fragments Cache CACHE You… Continue reading WP Rocket – WordPress caching plugin
Clear Browser Cache and Cookies in NetSuite
Some common NetSuite scenarios are: When users customized a Form (created, moved or deleted new fields) and the changes are not being reflected When users switched from one role to another and the tabs in Menu are not changing. Let’s say you have Sales Center on one role and Support Center on another role and… Continue reading Clear Browser Cache and Cookies in NetSuite
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.