Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How generate QR code on ServiceNow

Gaetano De Mitr
ServiceNow Employee
ServiceNow Employee

Hi guys,

How Can I generate a qrcode on ServiceNow?

I must import a specific library?

On custom table I would create a field image that contains QR code image to scan record information on mobile device.

Thanks.

9 REPLIES 9

SaschaWildgrube
ServiceNow Employee
ServiceNow Employee

 

This solution is robust and free-of-charge... 😉

Check this out:

https://github.com/saschawildgrube/servicenow-devtools/blob/master/update/sys_script_include_ee4a4c0...

The DevTools app contains a truckload of reusable scripts and
features to support your app development.

Fork at will!

sonali panda1
Kilo Sage
Have a look at this - https://community.servicenow.com/community?id=community_question&sys_id=015b324edbcda050fa192183ca9619a8

Nayan Mahato
Tera Guru

Please refer to the below Article. Thanks.

QR code code generator - ServiceNow

Regards,

Nayan

I am unable to generate QR code after following your code. Please guide me.

Which approach did you take?

The client side rendering using the qrcode library in a UI script or the server-side approach using DevTools?