Skip to main content
Skip table of contents

SupportCase.CreateScreenshot.Direct

Beschreibung

Legt fest, ob ein Bildschirmabbild automatisch erstellt werden soll, wenn ein Supportfall direkt (z.B. über das Startleistensymbol) erstellt wird.

Erlaubte Werte

WertBeschreibung

Yes[Standard]

Beim Öffnen des Supportfall erstellen-Dialogs wird automatisch ein Bildschirmabbild erstellt.
NoBeim Öffnen des Supportfall erstellen-Dialogs wird kein Bildschirmabbild erstellt.
AskVor dem Öffnen des Supportfall erstellen-Dialogs wird ein Auswahldialog angezeigt, der den Anwender fragt, ob ein Bildschirmabbild erstellt werden soll oder nicht.

Beispiel

XML
<configuration version="1.2.0">
  <applicationSettings>

	...

	<!-- Allgemeine Einstellungen -->
	<generalSettings>

		<!-- Direkter Aufruf von „Supportfall erstellen“: Screenshot erstellen (Werte: [Ask, Yes, No], Standard: [Yes]) -->
		<setting key="SupportCase.CreateScreenshot.Direct" value="Yes" />

	 </generalSettings>

	...

  </applicationSettings>
</configuration>
JavaScript errors detected

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

If this problem persists, please contact our support.