Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

My Assets view in ESS

dianemiro
Kilo Sage

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?

find_real_file.png

1 ACCEPTED SOLUTION

dianemiro
Kilo Sage

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




View solution in original post

7 REPLIES 7

The plugin should have created the menu link and the hompage/reports. The "My Assets" menu item in our instance is setup this way:



find_real_file.png


ChrisBurks
Giga Sage

Hi Diane,



In the screenshot you posted, the url you are using is incorrect.


244933_incorrect_url.png



Notice how "my_assets" is tagged on in front of ".service-now.com" which is where the instance name should be not the actual page you're trying to look at. If you want the "ess" cms page to display then just use "ess/my_assets.do?sysparm_clear_stack=......"


dianemiro
Kilo Sage

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