Use qr code

0
hello everyone, so I have an entity "People" that I have as attributes "Name""Age""Address". I wanted each new person to create a qr code. from what i figured i need to use https://docs.mendix.com/appstore/modules/deep-link/ and https://marketplace.mendix.com/link/component/2891. Is it like that or is there another way?   I need him to create the qr and print it and then when scanning with the cell phone, take me to the overview of that person
asked
1 answers
0

Yes, that would be the way. Do note that if you indeed need to print the QR code this module might be better: https://marketplace.mendix.com/link/component/45725 because it creates an image object of the QR code.
You just create an deeplink URL that you transform in to a QR code. Do note that if this URL can be visited by anyone you need to setup anonymous users in your project and make sure that the anonymous user can follow the deeplink to the page with the information.

Regards,
Ronald

 

answered