Client Scripts and Localized Client Scripts Subtabs on the Scripted Records Page
Use the Client Scripts and Localized Client Scripts subtabs on the Scripted Records page to:
-
Rearrange a script's execution order. You can drag scripts up or down the list to determine when each script executes. For more information, see Execution Order of Deployed Scripts.
-
Change a script’s deployment status.
-
Deploy a script by checking the Deployed box.
-
View information about the client scripts, both localized and non-localized, for a record type:
Column Name
Description
Script
Shows the script name. Click the name to open its script deployment record. For more information, see Script Deployment.
Owner
Shows the script’s owner.
API Version
Shows which API version the script uses.
From Bundle
Lists the ID of the bundle that contains the script. Click the bundle ID to view bundle details.
Bundle Name
Shows the bundle name. Click the name to view bundle details.
Company Name of Bundle
Shows the bundle name assigned by the company.
Status
Shows whether the script status is Testing or Released. For details, see Setting Script Deployment Status.
Page Init Function
Lists the functions that execute at the
pageInitentry point.Save Record Function
Lists the functions that execute at the to the
saveRecordentry point.Field Changed Function
Lists the functions that execute at the
fieldChangedentry point.Validate Line Function
Lists the functions that execute at the
validateLineentry point.
You can deploy up to 10 client scripts (localized or not) per record. To go past that limit, ask the person in your company who manages NetSuite to check the Remove Client Script Deployment Limit per Record preference. For details, see Setting General Account Preferences.
For information about client script entry points, see SuiteScript 2.x Client Script Entry Points and API.
For more information about localized client scripts and the localization context, see Localization Context.