Generate QR code in salesforce using Formula field

 Hello Everyone,

My name is Akash Wadje and today we will see How to generate QR code in salesforce not using coding but using just formula field.

So Let's begin,

___________________________________________________________

Step 01:

Create one custom field under 'Contact' object (you can choose object as per your need).

Object : Contact
Field Data Type : Formula
Name : 'Scan Me' (as per you need)
Formula Return Type : Text
Formula 
IMAGE('https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=YOUR_SALESFORCE_ORG_URL/'&Id ,'Show me Details')

Step 02:

Now when you open any Contact record in org a unique QR Code will be appears for that contact record on screen.


For more information about chart.googleapis refer below site:
https://developers.google.com/chart/infographics/docs/qr_codes







Comments