Setting Script Parameter Preferences

When you use script parameters, you can specify a preference type. Available preference types are Company and User or you can choose not to set a preference.

The Script record page Parameters tab with the Company preference selected.

If you don't set a preference, the script parameter is considered a "deployment" script parameter by default. In this case, you define the value of the script parameter on the Parameters tab of the Script Deployment record.

The Script Deployment page with the Parameters tab fields highlighted.

Note that users who install a bundled script that uses preferences can override the default behavior of the script and customize the script to their specific business needs. Setting preferences eliminates having to manipulate the script code or the script deployment. For information about bundling scripts, see SuiteBundler Overview.

Example

In this example, the Suitelet script includes a parameter called Check Box Required (with the internal ID custscript_checkboxtest2 ) is set to the Company preference.

The Script record page Parameters tab with the Preference parameter highlighted.

By going to Setup > Company > General Preferences in the Custom Preferences tab (see below), administrators can set the default value of this parameter for the entire company. In this example, the value of the Check Box Required script parameter is set to T (true; the box is checked).

The Custom Preferences tab with Check Box Required checked.

When the Suitelet that contains this box is deployed, the Check Box Required script parameter will appear checked.

A Simple Form page with the Check Box Required field highlighted.

If the Check Box Required parameter had been set to F (false; the box is not checked), the box would have appeared empty on the form when the Suitelet was deployed.

Note:

See Creating Script Parameters for steps on creating a script parameter. Also see Referencing Script Parameters for information about accessing script parameter values.

Script Parameter Preferences and Bundles

Script parameters that have a user or company preference set are not updated in target accounts when the bundle is updated. However, script parameters that do not have a preference set are considered part of the script deployment, and whether they are updated in target accounts when the bundle is updated depends on the setting of the related bundle object preference:

If it is expected that target account users will want to change parameter values for a bundled script, the preference for these parameters (on the script record) should be set to Company or User. Target account users can then change parameter values as needed. These values won't be affected on bundle update even if the related bundle object preference is set to Update Deployments.

To prevent changes to target account script deployment parameters that do not have a preference set, set the related bundle object preference to Do Not Update Deployments.

For more information, see Bundle Object Preferences.

General Notices