Hi Nerav,
Yes. This usually happens due to permissions or file storage issues in the Document Generation module. Check that:
Re‑importing the module alone won’t fix it unless the security and file permissions are corrected.
Hi,
This kind of issue with the Document Generation module usually comes down to either access rights or file handling configuration, not the button itself.
Since you’re seeing “contact system administration” and logs show errors in the module, check the following step by step:
The generated PDF is typically stored in a FileDocument entity.
Make sure:
GeneratedDocument) is allowedIf the user cannot read the file → download will fail.
In your download microflow:
Generate document → Store in FileDocument → Download file
Missing commit is a common issue.
If logs mention file/template errors:
Even a small mismatch can break PDF generation.
Make sure:
Older versions often throw runtime errors.
Set log levels:
DocumentGeneration → DEBUGConnectionBus → DEBUGCheck for:
Run the same action as Admin:
If it works locally but not elsewhere:
This is typically caused by either:
Fixing these usually resolves the issue without changes to the button or UI.