Allow turnig off import notification pop up. It blocks accsss to functions on open programs
Allow turnig off import notification pop up. It blocks accsss to functions on open programs
Change Notification Level:
By default for every Job a tray notification will be shown (default value is “Info”) where the DocuWare Desktop Apps are installed. This tray notifications will reduce the performance. To lower the CPU/RAM load it is possible to change the tray notification level.
This setting can be found in DocuWare.Desktop.exe.config in section in the program files folder of DocuWare Desktop
https://support.docuware.com/en-us/knowledgebase/article/KBA-34997
-
Anonymous commented
Hi, I don't know what version you're on- but I believe you can already do that if you follow these instructions.
Change Notification Level
By default for every Job a tray notification will be shown (default value is "Info") where the DocuWare Desktop Apps are installed. This tray notifications will reduce the performance. To lower the CPU/RAM load it is possible to change the tray notification level.
This setting can be found in DocuWare.Desktop.exe.config in section <appSettings> in the program files folder of DocuWare Desktop<appSettings>
...
<add key="TrayNotificationLevel" value="Warning"/> <!-- allowed values : Nothing, Error, Warning, Info -->
...
</appSettings>https://support.docuware.com/en-us/knowledgebase/article/KBA-34997