afterUpdate(params)

Description

Defines the function that's executed after a bundle in a target account is updated.

Returns

void

Since

2016.1

Parameters
Note:

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

Parameter

Type

Description

Since

params.fromVersion

string

The version of the bundle that's currently installed in the target account.

2016.1

params.toVersion

string

The new version of the bundle that's being installed in the target account.

2016.1

Related Topics

General Notices