Skip to content

Instantly share code, notes, and snippets.

@LokeshSagi
Created July 6, 2020 07:11
Show Gist options
  • Save LokeshSagi/de339f50b5bc9c505b2d111464069def to your computer and use it in GitHub Desktop.
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
-> 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