Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

QR Code Genration and efforts needed

Mansor2
Tera Contributor

Hello all,

 

QR code generation is not natively provided in ServiceNow HAM Pro. HAM Pro focuses on lifecycle tracking of assets, normalization, reclamation, and compliance, but doesn’t ship with QR/barcode generation and printing out-of-the-box. However, you can configure it with efforts. 

2 ACCEPTED SOLUTIONS

Not applicable

Hi @Mansor2 ,

 

Here is something that i found :

1. Create a UI script and import the js package (jquery.qrcode.min)- UI Script name- jquery.qrcode.min 

SohailKhilji_0-1755594626182.png

 

2. Create a UI page and use the UI script jquery.qrcode.min as the source.- UI page name- QRLink Page

SohailKhilji_1-1755594626175.png

 

3. Call the UI page QRLink Page from any UI action. UI Action name- Generate QR Link

SohailKhilji_2-1755594626180.png

 

 

XML export of UI script, UI page, and UI action have been attached. 

 

SohailKhilji_3-1755594626183.png

 

 

View solution in original post

ben_hollifield
Kilo Sage

For a full-featured solution, check out Yansa Labs Barcode & QR Code Generator, a native ServiceNow app offered on the ServiceNow Store:

Yansa Labs is releasing a new SN app tailor-made for printing HAM asset tags - it will be available in the next couple of weeks. Reach out directly if you'd like an early look!

View solution in original post

3 REPLIES 3

Not applicable

Hi @Mansor2 ,

 

Here is something that i found :

1. Create a UI script and import the js package (jquery.qrcode.min)- UI Script name- jquery.qrcode.min 

SohailKhilji_0-1755594626182.png

 

2. Create a UI page and use the UI script jquery.qrcode.min as the source.- UI page name- QRLink Page

SohailKhilji_1-1755594626175.png

 

3. Call the UI page QRLink Page from any UI action. UI Action name- Generate QR Link

SohailKhilji_2-1755594626180.png

 

 

XML export of UI script, UI page, and UI action have been attached. 

 

SohailKhilji_3-1755594626183.png

 

 

ben_hollifield
Kilo Sage

For a full-featured solution, check out Yansa Labs Barcode & QR Code Generator, a native ServiceNow app offered on the ServiceNow Store:

Yansa Labs is releasing a new SN app tailor-made for printing HAM asset tags - it will be available in the next couple of weeks. Reach out directly if you'd like an early look!