- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2025 06:08 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 12:51 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 02:10 AM
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
2. Create a UI page and use the UI script jquery.qrcode.min as the source.- UI page name- QRLink Page
3. Call the UI page QRLink Page from any UI action. UI Action name- Generate QR Link
XML export of UI script, UI page, and UI action have been attached.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 12:51 PM
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!