Bundle Installation Script
Hi Reader, Netsuite provide many features which can be enabled/disabled using preference. Most of the time when user install a bundle features is enabled but sometimes because of disabled preference Bundle throw error and cause lot of pain for company who uses it as well as who created it. This gives Netsuite to develop new type of script called as Bundle Installation script. Bundle installation script is server side script which perform process in account where it is installed. This script helps while installation, update or uninstall of a bundle.These script can setup, validate, configure Netsuite account. This script help account administrators for their job. Every bundle can include a bundle installation script that is automatically run when the bundle is installed, upgraded, or uninstalled. Each bundle installation script can contain triggers to be executed before install, after install, before update, after update, and before uninstall. Bundle Installation Script Entry Points 1...