how to download file (user guide) via mendix project for all users

0
Dear All, I would like to download a startup guide for my project. without actual login to application so anonymous user can download and know about the feature  
asked
1 answers
0

Hi Harshad,

 

It can be done. I would not use and grant access to a generic entity that stores files that should not be accessed by an anonymous user.  Consider creating a dedicated Entity for all files to be accessible by the anonymous user.

 

It can be configured similarly to giving logged-in users access to a file.  If you encounter problems, let us know what specific problem you need to solve.

 

Also, have a look at https://gyde.ai/; it is an intelligent way over JS how to guide users in your app. 

 

Go Make It

 

 

 

answered