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
ghull1.389277007393835E12ghull1.389277007393835E12 

Does Salesforce have any apps for biometric (finger scan) reading integration?

Does Salesforce have any apps for biometric (finger scan) reading integration?
Satish_SFDCSatish_SFDC
This can be made possible with SOAP or REST calls from your FingerPrint scanner.
There are no readymade apps but building one should be a simple. You need to build an integration client which updates / inserts records when a scan is done. There should be a local server which acts as a middleman between the scanner and the salesforce server.

Regards,
Satish Kumar