- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2015 11:08 AM
Hi all,
Our organization is evaluating the ServiceNow product and would like to know if it's possible to setup a workflow that would send an alert to a user to confirm that they are the custodians of an asset when it's assigned to them via the Asset Management module. We'd like to do this in order to have an audit trail that the asset item was actually received by the customer. For example,
Bobby's laptop - Asset A - is broken so he puts in an incident to get it replaced with our help desk. That incident is forwarded over to our asset management team and a technician, Joe, is dispatched to Bobby's location to setup a new laptop - Asset B. Joe gets to Bobby's location, sets up the new laptop - Asset B - and then returns to the office. From this point Joe logs into Service Now and assigns the broken laptop - Asset A - to himself for repair or surplus procedures to begin and assigns the new laptop - Asset B - to Bobby.
At this point we want the new assignment to trigger a workflow that will send the customer, Bobby, an email saying "Hey great customer! Do you have a new laptop labeled Asset B on your desk? If so, please confirm to us that you got it.
Then we would time stamp that confirmation into our asset record for auditing purposes. This way we can verify that Bobby actually got Asset B because he told us so. Is this kind of behavior possible in the system?
Also we'd like to know if it's possible to add a section on the Service Catalog so that a user can see all the assets currently assigned to them? So when Bobby logs into the service catalog he can click on a menu that reads "My Assets" and see the assets in his name along with the time stamps of his confirmation.
Thanks for any assistance or guidance that you may provide.
Josh.
Solved! Go to Solution.
- Labels:
-
Enterprise Asset Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 06:19 AM - edited 04-28-2023 06:23 AM
We ended up creating a new custom table called 'Self Audit'. An example of the form is below:
We built a business rule that as records are entered into this table (we do them via import but you could also write a scheduled job to inject them into the table on a regular basis) the system generates an approval record against it and sends that approval to the assigned user of the device.
That user then reads the notification and confirms that they have the device (i.e. approves) or says that they do not have the device (i.e. rejects) via email. For rejections the notification email asks that they place comments in the response email so we can write them to the audit table.
We then have a business rule on the approvals table that says when a self-audit is approved/rejected we push those comments and decision back to the self-audit table and mark the audit as "Confirmed" or "Rejected" as needed.
Our asset team then runs a report on the table and follows up with the appropriate business policies / processes.
Hope that helps or maybe gives you some ideas about how this can be accomplished.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2015 12:51 PM
For the first part of your question, this can certainly be done. Based on the scenario you describe, you could potentially just look at having a survey sent to the end user to complete upon the assignment of the asset to that user. I have not specifically done that, but I do not think it would be too difficult to set up.
From a regular sort of inventory maintenance, the platform includes Data Certification capabilities that can automate a regular validation of assets such as what you describe, but because it requires a certification role to complete the task, it may have licensing implications.
From the My Assets perspective, we already have a dashboard available under Self-Service that allows a user to see all of his/her assigned assets, when those items are scheduled for retirement, what software they are entitled, and even their outstanding asset requests.
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2015 12:54 PM
I assume we could get that Assets Assigned to Me view to show up on an outward facing self-service page?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2015 12:58 PM
Absolutely. It is just a report that can be used wherever you want it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 09:07 PM
I know this is an older thread, but have there been any new solutions for having end users periodically validate they have possession of the assets ServiceNow shows as having been assigned to them?
The goal would be a quarterly “end user attestation” that kicks off to all end users.