get Transaction information from Script?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 04:12 AM
How to I get Users' Transaction infor from Business Rule or other server script?
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 07:04 AM
Yep, I did something similar:
...
if (gs.action.getGlideURI().toString().indexOf('incident_list') >= 0)
...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 07:06 AM
awesome!!
-Anurag