SuiteScript 2.x Bundle Installation Script Entry Points

Script Entry Point

 

afterInstall(params)

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

afterUpdate(params)

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

beforeInstall(params)

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

beforeUninstall(params)

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

beforeUpdate(params)

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

Related Topics

SuiteScript 2.x Bundle Installation Script Type
Setting Up a Bundle Installation Script

General Notices