Legacy Word Export is disabled ?
Legacy Word Templates are disabled: how to enable?
Since CB 9.4+ the legacy Word export templates are disabled by default, in favour of the new Word template engine.
So when you try to export a legacy Word template then You may see an error message like this below.
If you want to use legacy Word templates then System administrators can re-enable this on the Application Configuration page by adding this properties to the configuration:


"wordExport": {

"enableLegacyWordExports": true

}

Was this helpful?