We recently purchased HAM pro and are looking at the Asset Audit function. To perform the audit, do you need to use the ServiceNow Mobile app or can it be done through the web client. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 12:33 PM
Hi,
We just installed the HAM pro module and are looking at the Inventory Audit function. Once you create the audit in the client, how is it initiated. Can it only be done through the mobile application? We have created a stockroom audit, but none of the items appear in the expected item list. Is there something that needs to be set to initiate this? I do notice the Audit Status field in the filter.
Thank you.
MJF
- Labels:
-
Enterprise Asset Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 05:47 AM
Hi,
I had same issue, updated related list expected asset query to below, post that i can see results in expected assets.
##commented below addQuery
//current.addQuery('asset_audit', parent.sys_id);
current.addQuery('asset.model_category', '!=', '218323293743100044e0bfc8bcbe5d61');
current.addEncodedQuery('audit_statusINexpected,not_found');
Audit should be conducted from Mobile App as it requires to scan bar-codes. I didn't see Audit option in NowMobile App, So i had install ServiceNow Agent App.
Please let me know if this is helpful.
Thank you,
Madhava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 10:31 AM
Thank you for the feedback Madhava!! We will give it a try.
MJF