Creating QR Codes for Elevate Campaigns

Kevin Zeigler
Mission: Impactful
Published in
2 min readMar 10, 2022

So maybe you read my previous post about creating #nocode QR codes on any object and you tried it out. Have you thought about how you might be able to use this beyond our original example of Program Engagements in the Salesforce.org Program Management Module?

Check out the video below for how to create a QR code for an Elevate donation page in Salesforce that links all of the donations with the campaign of your choice. Want to create a campaign for an gala or event to put on the tables or signage? Use your existing Elevate donation pages and this QR code to make your life easy. ✌️🇺🇦

Helpful Links and Information:

Formula Field (as shown in video):
IF(!ISBLANK(Elevate_Giving_Page__c), IMAGE(‘https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl='& Elevate_Giving_Page__c&”?campaignId=”&Id ,
‘Elevate Giving Page QR Code’),””)

NOTE: Please note that the information in this blog post is not intended to be Salesforce implementation advice. As a Solution Engineer, I build solution demos that highlight what you can do with Salesforce, not necessarily what you should do in your production environment. You should always solicit the advice of an experienced, certified Salesforce partner when making implementation decisions.

--

--