function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sudeep SinghSudeep Singh 

QR Scanning and Authorisation

Can we Implement this scenario :- 

An Custom object will be created where Name, Email, DOB, Address and Mobile number will be filled. When It will save Username and Password will be generated and displayed in that same record page and Username, Password be mailed to the given email address.

Using LWC a site will be developed which will open to scan a QR code. To open that page user needs to put the username and password that is sent through email. He/She will scan the QR code and after scanning in another custom object Scanning details will be stored like Time, Date, Scanned by - Username/Name, Location.

 

Is this scenario is possible, if yes then what all steps needs to be followed up.