Generate a unique QR code for every record

Abhinay1
Giga Expert

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.find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

Nayan Mahato
Tera Guru

Hi Abhinay,

Please refer to my below article created for it.

QR code code generator - ServiceNow

Regards,

Nayan

View solution in original post

6 REPLIES 6

Nayan Mahato
Tera Guru

Hi Abhinay,

Please refer to my below article created for it.

QR code code generator - ServiceNow

Regards,

Nayan

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

Hello Nayan,

The QR code generated converts the "&" to "&". Are you aware of any of this issue or any workaround you know?

 

Regards,

Abhinay

Used decodeURIComponent() function to get me the correct format. Thank you again for all the help.

 

Regards,

Abhinay