Created
July 6, 2020 07:11
-
-
Save LokeshSagi/de339f50b5bc9c505b2d111464069def to your computer and use it in GitHub Desktop.
Follow these steps to generate a QR Code in custom field (in any object) and upon scanning the code with scanner, navigate the user to specified URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> Create a formula field (ex: QRCode) with below value | |
IMAGE('https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=https://developer-myorg.cs10.force.com/playground/s/community_page?record=003xxxxxxxxxxx' ,'Scan QR code to open record in mobile.') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment