SuiteScript 2.x Mass Update Script Entry Points and API

Script Entry Point

Description

each(params)

Defines the mass update script trigger point.

Loops through all the records you want to update, so you can apply your logic to each one. See each(params) for parameters and syntax.

Related Topics

General Notices