Skip to content

Instantly share code, notes, and snippets.

@mshanemc
Created October 29, 2015 21:33
Show Gist options
  • Save mshanemc/57cfb289fd8b52152a54 to your computer and use it in GitHub Desktop.
Save mshanemc/57cfb289fd8b52152a54 to your computer and use it in GitHub Desktop.
Salesforce formula for QR code
//Salesforce1 deeplink url -- the QR code links to salesforce1://sObject/[Id]/view
IMAGE("https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=salesforce1://sObject/"+Id+"/view", "QR")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment