Mobile app - file not opening

0
Hi, I'm unable to open a file in mobile app. On click of microflow button it says "Cannot display pdf.(Filename is of invalid format)". But its working fine in web app. Can anyone let me know what to be done to fix this issue in mobile app? Thanks, Vanda
asked
2 answers
1

I think this question may be of help

https://forum.mendix.com/link/questions/3510

answered
0

Hi Austin,

 

Thanks for you reply. But I was able to fix the issue. The problem was that I created entity Document generalization from System.FileDocument. but I didn't have any attributes in it. Later when I added attribute filename to the entity I created the issue was fixed and I was able to open the document in mobile app as well.

 

answered