- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2018 04:07 AM
Hi all,
I am trying to do the following:
Show a user a list of their assets on the Service Portal. The user should have actions for each asset which they can select,
When the user selects the action, it should direct them to a Service catalog item and pre-populate some fields on the catalog item such as the selected asset in the model fields and users name in the requested for fields.
How do I go about doing this? Can anyone help?
Regards,
Amanda
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2018 06:42 AM
Hi Amanda,
The only way to do this is to pass some parameters in the url and then run an onload client script on the catalog item to grab those url parameters and populate them into the variables. Here are a couple of blog posts that should help:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2018 06:42 AM
Hi Amanda,
The only way to do this is to pass some parameters in the url and then run an onload client script on the catalog item to grab those url parameters and populate them into the variables. Here are a couple of blog posts that should help:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 09:45 AM
I am unable to view the contents of this post. Are the links still valid?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2018 12:23 AM
Many thanks Brad! I came across that yesterday and it has worked for me.