Predefined parameters are parameters in which sets of values have been defined in advance using parameter information.
In the parameter information, specify the keys and values to be configured in the values of the parameters contained in the parameter settings definition. A parameter package can also be specified (a parameter package is a package file containing the parameter settings script file attachment compressed in ZIP format).
Required information
An explanation of details to be specified in the parameter information is shown below.
Tag name | Allowable range | Description | Mandatory | Settings | |
---|---|---|---|---|---|
name | 256 characters or less | Specifies parameter information name. | Y | ||
description | 256 characters or less | Specifies the parameter information description. | N | ||
parameters | 0 or more | Specifies multiple parameters that can be configured in the software. | N | ||
key | 1 to 256 bytes | Specifies the parameter key. | Y | Only the key contained in the parameter settings definition can be specified. | |
value | 4096 characters or less | Specifies the parameter value. | Y | Values that can be specified are determined by 'type'. The string "__EMPTY__" (prefixed and suffixed by 2 underscores) cannot be specified. Variables can be specified as values by prefixing them with # (to specify # or \ as part of the value, prefix them with the \ escape character). Refer to "Variables that can be Specified as Values" under "Definition of Parameter Information" in the Developer's Guide for details. | |
Parameter package | 2 MB or less | Specifies the package file containing the parameter settings script compressed in ZIP format. | Y | For details on parameter settings scripts, refer to "Parameter Settings Scripts" under "Definition of Parameter Information" in the Developer's Guide. For details on package files, refer to "Package Files" under "Definition of Parameter Information" in the Developer's Guide. |