Pre-populate field values on Service Portal page when the page opens on button-click
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2019 03:29 AM
I have a Service Portal Page with 2 options in GlideList and other fields. I have created a button which redirects me to the same page to Submit a new record. Button as a widget in ServicePortal page. Now, what I am trying to do is that when I click on the button, the page should open with some pre-populated column values. For example, if I click on the button it will open the form with one of the options already populated.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2019 09:36 PM
If these are catalog items, I've done this. https://blog.jace.pro/post/2018-07-15-sp-set-variables-via-url/
If not, this should give you an idea how to do it on the form. Just add a widget to read url props and try to set fields/variables based on that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2021 01:44 PM
in case anyone else comes looking for this: here is a working link to Jace's blog post: https://jace.pro/post/2018-07-15-sp-set-variables-via-url/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2021 09:24 PM
Thank you for the updated link... I failed to make 301's for those!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2020 08:38 PM
Hi Sourabh,
Were you able to acheive this?
Thanks