- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 02:09 PM
I am trying to create a unique QR for every record of a custom table. I have spent hours applying various solutions currently present on community but unable to generate any QR code (the best I was able to create a barcode). Maybe I lack fundamental understanding to implement these existing solutions. I have added screen shots of some attempts.
Requirement is:
Either on a UI action click or onload/change client script, need a QR code to be generated and stored, which can later be printed.
Please advise. I detailed steps explanation might be very helpful.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 04:05 PM
Hi Abhinay,
Please refer to my below article created for it.
QR code code generator - ServiceNow
Regards,
Nayan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 04:05 PM
Hi Abhinay,
Please refer to my below article created for it.
QR code code generator - ServiceNow
Regards,
Nayan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2022 06:17 AM
Thank you Nayan,
I am able to generate the link based on your wonderful and simple explanation. I will continue to create my solution based on this now.
Regards,
Abhinay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2022 12:53 PM
Hello Nayan,
The QR code generated converts the "&" to "&". Are you aware of any of this issue or any workaround you know?
Regards,
Abhinay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2022 01:57 PM
Used decodeURIComponent() function to get me the correct format. Thank you again for all the help.
Regards,
Abhinay