This topic is locked
[SOLVED]

Log of PDF generation

11/26/2024 10:40:22 PM
PHPRunner General questions
Y
Yoann author

Hi,

One of the functions of my project is generating PDF. I've activated the audit and logs on my project, I would like to know if it's possible to log when a user is generating a PDF from the app ?

Best regards

Sergey Kornilov admin 11/27/2024

I think your only option is to create a custom button that would use PDF API to create PDFs and you can also log user's action using Server part of the button,

Y
Yoann author 11/27/2024

ok its what i thought thanks