Asset Audit without Agent app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2023 10:40 PM
Hello team,
I would like to perform Audit of Assets without using the mobile app. We have physical barcode scanners using which we will be doing the stock take. can some one please walk me through the process. I am reading https://docs.servicenow.com/bundle/rome-it-asset-management/page/product/hardware-asset-management/t... which talks about using the agent app.
Kindly assist
Thanks,
Sree
- 1,829 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2025 06:04 AM
Yes, but you would have to customize the mobile action item, create the new variable, and pass the variable into the writebackaction within the audit scan action item of the mobile function. Below are the steps that I have performed to get audit to work with either asset tag or serial or both.
- Open Function "Asset Scan"
- Open Action Item "Audit Scan"
- Update Logic to consider serial number and/or asset tag.
- Open parameter Screen "Asset Scan"
- Select "Advance" check box and hit save.
- Note advance allow both fields to be displayed before submission.
- Open Variables -> Asset Tag
- Uncheck Mandatory
- Click Save
- Update name and label as serial_numbers || Serial Number
- Right Click Header and select "Insert Stay"
- Add parameter "MaxEntries" and set value to 10k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 03:08 AM
I would like some way to add scanned Asset Tags through the web app instead of using the Mobile App.
If you are trying to use the Mobile App, I have been able to use a barcode scanner connected to an Android or iPhone via USB-C and that can input the asset tag text string into the mobile app versus using the native phone camera to scan the asset tag.