Generalize non-persistable entity with system.filedocument ???
0
Hi Everyone, I'm using non-persistable as I’m using a client SQL database to store all the data, but now it also needs to download all the data in pdf format. To generate a pdf I have to generalize the entity with System.FileDocument but as soon as I did that the entity is changed to a persistable one, which is not the requirement. So please tell me how can I generate a PDF with a non-persistable entity.
asked
Kumari Deepika Sahu
1 answers
0
Hi Kumari,
It is not possible to create a non-persitable filedocument. As a workaround, you can create the persistable filedocument and delete it after usage.