Script parameter best practices
The following are recommendations when working with script
parameters:
-
In future releases, Guidewire may add new script parameters. If you create your own script parameters, there is the possibility of a naming conflict with one of these future updates. To avoid possible naming conflicts, Guidewire recommends that you append the suffix
_Extto the names of your new script parameters. - Create an enhancement property on script parameters with the same name as the script
parameter itself, including the
_Extsuffix. Create this enhancement property on a custom enhancement under your own package.
