- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 05:52 AM
Hi Team,
I have one business requirement to get the category of current Item opened in service portal, so I have created script including and trying to feed sys id of the current item.
But unfortunately window or document object will not work in service portal.
If anybody has tried this please help me by letting me know.
Thanks I Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 06:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 06:10 AM
Hi,
For sys_id.
try it.
var Sysid = g_form.getUniqueValue();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 07:27 AM
Worked thanks,
Appriciated for qucik response