- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 07:21 AM
Hi,
I would like to ask how can I display the assets owned by the user who is currently logged in on the computer? Please see attached screenshot:
Here's what I've done so far:
- Created the Page and the view of the Page and also added the link on the My Tickets area. I also created the IFrame so I can display a list of the assets owned by the user. But I do not know what to put on the URL. Can you help me?
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 06:04 AM
Hi All,
I have found the answer here. In my IFrame - Active Assets (Go To Content Management > IFrames) I put the following URL:
alm_asset_list.do?sysparm_query=install_state=1^assigned_to=javascript:gs.getUserID()&sysparm_view=assets_self_service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 07:35 AM
Did you activate the plugin "My Assets"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 07:44 AM
Hi Robert,
Thank you for your response, but what do you mean by activate the plugin "My Assets"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 10:22 AM
ServiceNow provides a plugin that does what you are looking to do.
My Assets | com.snc.asset_myassets | Provides users with self-service access to their own assets, contracts, and requests. | active | false | com.snc.asset_management |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2016 05:22 AM
Hi Robert,
Thanks again for your response. Asset Management plugin is active. What i'm trying to do is if the user clicked on My Assets she will be able to see all the Assets assigned to him/her. But as of the moment I cannot make a list appear using an IFrame.