Skip to main content
Skip table of contents

Input field settings

[controlSettings]

These settings are ignored in the "Create support case" HTML-based dialog. See Define input fields

Allows you to change certain input fields, defined as mandatory fields in terms of their default behavior, to optional fields.

Configurable input fields

The following fields can currently be parameterized:

IdDescription
subjectSubject field
descriptionDescription field

isOptional

Specifies if this is a mandatory field (value = false).

Example

XML
<configuration version="1.2.0">
  <applicationSettings>
 
    ...
 
	<!-- Allows you to change the behavior of certain input fields. -->
	<controlSettings>
		<control id="subject" isOptional="True" />
		<control id="description" isOptional="False" />
	</controlSettings>

    ...
 
  </applicationSettings>
</configuration>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.