Problem with Validation in PDF

0
Hello. I want to create a PDF form via Layout but I have many validation attributes and visibility conditions that come from another entities . that makes it too complex if I want to use many Data view in Data view and not possible to get that validations. is there any way to avoid it?
asked
2 answers
2

Hello, yes,  you can use a Non-Persistable entity as a helper and add all attributes that you need them in your PDF to it, plus the validation attributes from different entities.  You will have all your validation attributes in the same entity and same Data view.

 

answered
1

Hi Shahin,

 

Try to checkout this once 

https://medium.com/@mohammad.saqib_1262/how-to-generate-pdf-using-simple-javascript-action-in-mendix-81d0598a2e50

 

May be it will  prove helpful for you.

answered