PDF Document Generation in sandbox app

0
Hi all   I have a general question about the PDF Document Generation Module.   In the documentation it says that you should enable a scheduled event “SE_AccessToken_Refresh” to refresh the access token to secure the access to the document generation cloud service.   But if I remember correctly scheduled events don’t run in sandbox apps, even though the PDF Document Generator allows registering a sandbox app (image below).     Does the generating service still work? Or do I have to do a special configuration for that?   Thanks
asked
1 answers
2

If the token is required then you could implement the function from the scheduled event as part of the microflow that you use to create the pdf. Maybe a little overhead, but seems to be a valid workaround in a sandbox environment without scheduled events.

answered