Skip to main content
Skip table of contents

Eingabefelder definieren

[formularFields]
Wird die HTML-basierende Version des Supportfall erstellen Dialogs verwendet, werden in diesem Feld die Eingabefelder als JSON-String definiert.

Beispiel

XML
<configuration version="1.2.0">
  <applicationSettings>
  
    ...
  
    <!-- Eingabefelder -->
    <formularFields>
	[{
       "type": "textbox",
       "id": "subject",
       "caption": "Subject",
       "validators": ["not-empty"]
     },
     {
       "type": "textarea",
       "id": "description",
       "caption": "Description",
       "rows": 6,
       "autoGrow": true,
       "validators": ["not-empty"],
       "defaultValue": "\n\n\n\n\n\n\n\n\nKind regards\n{%ActiveDirectory.User.DisplayName%}"
    }]
    </formularFields>
 
    ...
  
  </applicationSettings>
</configuration>

Folgende Eingabefelder können definiert werden:

JavaScript errors detected

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

If this problem persists, please contact our support.