How to fetch field value on the form in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 06:21 AM
I want a fetch the value from the reference field that is on Catalog item form on the service portal in the client controller and want to use that value in the Server script.
Please suggest me the solution.
Thanks & Regards,
Surbhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 09:27 AM
Hi Gurpreet,
I want to change a field referencing to the User table on the catalog item form and want to fetch that value from the form and according to that value I just want to redirect to the right catalog item. That's why I want to fetch that value at the Service Portal end.
Thanks & Regards,
Surbhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 10:00 PM
Then us an onChange script on that reference variable and if condition met then redirect using below script.
top.window.location= 'link to catalog item';