SuiteScript 2.x Bundle Installation Script Entry Points and API

Script Entry Point

Description

afterInstall(params)

Defines the function that executes after a bundle is installed for the first time in a target account.

afterUpdate(params)

Defines the function that executes after a bundle in a target account is updated.

beforeInstall(params)

Defines the function that executes before a bundle is installed for the first time in a target account.

beforeUninstall(params)

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

beforeUpdate(params)

Defines the function that executes before a bundle in a target account is updated.

Related Topics

General Notices