validatorConfigString

The validatorConfigString is passed into the validator plug-in when it is loaded by Unica Campaign.

Property Description
Description A string that is passed into the validator plug-in when it is loaded by Unica Campaign.
Details How the plug-in uses this string is up to the designer. You can use it to send a configuration string into your plug-in when the system loads it.

For example, the ExecutableCampaignValidator (from the sample executable plug-in included with the PDK) uses this property to indicate the executable to run.

Example

To run the sample Bourne shell script as the validation script, set

validatorConfigString

to

/opt/unica/campaign/devkits/validation/src/com/unica/campaign /core/validation/samples/validate.sh

Default By default, no path is set:

<property name="validatorConfigString" />