Administering script parameters

A script parameter is an application-wide global parameter that has a value that tends to change over time.

Script parameters are defined in Guidewire Studio. Script parameters and their values are stored in the ScriptParameters.xml file.

After being defined, a script parameter can be modified in either Studio or through the PolicyCenter user interface.

  • In the Guidewire Studio Project window, navigate to configuration > config > resources and double-click ScriptParameters.xml to open the file. Parameters can be created, deleted, and modified. Gosu code can reference a system parameter as a global variable.
  • A PolicyCenter user must have system administration permission to modify a system parameter value in the user interface. In the Administration tab, navigate to Utilities > Script Parameters to view the list of parameters.

See also