Facing an error while generating a pdf document template?

0
Hi ,   The document generation is working fine in 10.6.8 version but in 10.16.1 version it is not working I have created document template and created microflow to generate a document as below:   I am using 10.16.1 version . I am getting below error " u is not a function error" please help me,  
asked
4 answers
0

In which activity (exact) do you getting the error?

Is it after the download action or after completion of the microflow?

answered
0

I had a similar error :

a is not a function TypeError: a is not a function    at g.retrieveByMicroflow (http://localhost:8080/mxclientsystem/mxui/mxui.js?638797133333297758:59:61883)

 

I found the user roles with issues did not have access to the DocumentGenerator.  I added DocumentGenerator.User for them and it's now working.

 

Hope that helps!

answered
0

I had the exact same error. Giving read access to all attributes of the 'PDF' entity did solve the problem for me. Are your user roles correctly configured?

answered
-1

Does the entity access on the PDF table allow your user (read) access?

answered