We use on premise version v8.2
1. Disable the Document Template Popup (Registry or Browser Setting Fix)
The Document Template popup is often triggered by outdated browser settings or ActiveX/IE dependencies. Since you are using Chromium, this is incompatible with some older Dynamics 365 features that were designed for Internet Explorer.
To disable this popup:
Disable the Help/Welcome Popups Globally:
Check Browser Compatibility Settings (Chromium):
If the popup is related to the Document Template functionality and cannot be disabled through settings alone, you can inject custom JavaScript to suppress it.
Locate the Popup Trigger:
Override the Functionality:
addPreSearch
or addOnLoad
events to stop the script from executing. Example:javascript
The Document Template feature in v8.2 may still rely on outdated components (e.g., ActiveX or older Office integrations). You can update its behavior to avoid triggering the popup:
Manually Download Templates:
Use Server-Side Automation for Document Generation:
The popup causing the entire Chromium session to close is not standard behavior. It could be due to:
Version 8.2 of Dynamics 365 is relatively outdated, and Microsoft has made significant improvements to the document generation functionality in later versions. If possible:
If the above options do not resolve the issue and upgrading is not possible:
This will allow Dynamics 365 to operate as if it’s running in Internet Explorer, avoiding Chromium-related issues.
André Arnaud de Cal...
292,468
Super User 2025 Season 1
Martin Dráb
231,287
Most Valuable Professional
nmaenpaa
101,156