beforeUninstall(params)

Description

Defines the function that is executed before a bundle is uninstalled from a target account.

Calls to scheduled scripts are not supported.

Returns

void

Since

2016.1

Parameters
Note:

The params parameter is a JavaScript object. It is automatically passed to the script entry point by NetSuite.

Parameter

Type

Description

Since

params.version

string

The version of the bundle that is being uninstalled from the target account.

2016.1

Related Topics

SuiteScript 2.x Bundle Installation Script Entry Points
afterInstall(params)
afterUpdate(params)
beforeInstall(params)
beforeUpdate(params)

General Notices