Description
Defines if a screenshot should be created automatically if a support case is created from the Service Portal.
Allowed values
|
Value |
Description |
|---|---|
|
|
When opening a Create support case dialog, a screenshot is created automatically. |
|
|
When opening a Create support case dialog, no screenshot is created. |
|
|
Before opening a Create support case dialog, a selection dialog is displayed, asking the user if a screenshot should be created or not. |
XML
<configuration version="1.2.0">
<applicationSettings>
...
<!-- General settings -->
<generalSettings>
<!-- "Create support case" via Service Portal: Screenshot Create (metrics: [Ask, Yes, No], standard: [Ask]) -->
<setting key="SupportCase.CreateScreenshot.ServicePortal" value="Ask" />
</generalSettings>
...
</applicationSettings>
</configuration>