Add scripts

To update the specification file with the KCM Core services, add the following lines to the list with service nodes:

<Service Name="<name of the script to add>" >
</Service>

  • For <name of the script to add>, enter the name for your script. A file with the same name and the extension .dss should be present in the Scripts!Folder.

If the script includes any parameters, add the following lines:

<Service Name="<name of the script to add>" >
<Parameter Name="<name of the parameter to add>" Value="<$#>" />
</Service>

  • For <name of the parameter to add>, enter the name for the parameter in your script.

  • For <$#>, enter a sequence number, such as $1.

Parameters in a script are known by their name. However, parameters in a job are known by their sequence number. The attributes of the Parameter tag provide a mapping between name and sequence number.

Only alphanumerical characters are supported in parameter values. For more information, see the Parameters section in the Kofax Communications Manager Core Scripting Language Developer's Guide.