Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2021 11:25 AM
How get the sysid from url when creating a widget
Solved! Go to Solution.
Labels:
- Labels:
-
Service Portal Development
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2021 11:27 AM
You can simply use this in your widget server side script
$sp.getParameter("sys_id")
Regards
Pranav
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2021 11:27 AM
You can simply use this in your widget server side script
$sp.getParameter("sys_id")
Regards
Pranav
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2022 03:36 AM
Is there a way to pass that sys id to the backend and call it in a script include?