Input
Description
Values in the IBI-helpMe input mask.
Allowed values
Value (value) | Description |
---|---|
Category | Selected IBI-helpMe category, if used. |
Subject | Contents of the Subject field |
Description | Contents of the Description field |
InputField_n | Contents of the Input field n.n is a number (starting with 0) and reflects the input field which was defined at the nth position in the Configuration.xml file. |
Example
XML
<configuration version="1.2.0">
<applicationSettings>
...
<!-- Information to be determined -->
<collectedValues>
<collectedValue type="Input"
value="Category"/>
</collectedValues>
...
</applicationSettings>
</configuration>