Route the Summary page after submission of catalog item.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 02:10 AM
Hi All,
Please help me to route the Summary page after submission of catalog item.
it is taking request sys_id. It should requested item sys_id.
Thanks,
Sam
Labels:
- Labels:
-
Service Catalog
-
Service Portal
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 03:45 AM
In server script check data.sys_id
data.sys_id = req.sys_id;
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 04:09 AM