QR Codes / vCard Scanner
You can define how users can scan QR codes with their CRM.pad.
You can configure CRM.Pad application to scan any QR Code generated by a third party to add
and edit data fields and add any data to the database. You can also configure a plain text QR
Code that can be associated with any text field using the qrcode.text
function. The following table shows the list of functions that can be associated with field
names in a broad sense:
Field | QR Code Function |
---|---|
QR Code text | qrcode.text |
Last Name | vcard.n.lastname |
First Name | vcard.n.firstname |
Tel1 | vcard.tel+work+voice |
Mobile Tel | vcard.tel+cell |
vcard.email+work | |
Birth Date | vcard.bday |
Internal Name | vcard.org.0 |
Postal Code | vcard.adr.postalcode |
Ort | vcard.adr.locality |
Street | vcard.adr.street |
Country | vcard.adr.country |
Website | vcard.url |
Department | vcard.org |
Position | vcard.org.0 |
The following is a QR code sample (vCard 4.0) containing the data listed below:


BEGIN:VCARD
VERSION:4.0
N:Mustermann;Erika;;;
FN:Erika Mustermann
ORG:Wikipedia
TITLE:Oberleutnant
PHOTO;MEDIATYPE=image/jpeg:http://commons.wikimedia.org/wiki/File:Erika_Mustermann_2010.jpg
TEL;TYPE=work,voice;VALUE=uri:tel:+49-221-9999123
TEL;TYPE=home,voice;VALUE=uri:tel:+49-221-1234567
ADR;TYPE=home;LABEL="Heidestraße 17\n51147 Köln\nDeutschland"
:;;Heidestraße 17;Köln;;51147;Germany
EMAIL:erika@mustermann.de
REV:20140301T221110Z
END:VCARD