- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2016 02:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2016 12:05 AM
Hi Amol,
Use below code to trigger the event:
gs.evenQueue("event name", "Glide object", "Param1", "param2");
refer below link for more details:
Best Regards,
Rajesh M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2016 02:14 AM
If its a serverside ui action then directly gs.eventQueue will work,
if its a client side then you make it a client /server side and use gs.eventQueue. follow this link to make a ui action to run both on client and server
Client & Server Code in One UI Action - ServiceNow Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2016 09:39 PM
what is the code to run Event from UI Action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2016 12:05 AM
Hi Amol,
Use below code to trigger the event:
gs.evenQueue("event name", "Glide object", "Param1", "param2");
refer below link for more details:
Best Regards,
Rajesh M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2016 02:36 AM
Thank you Its Really helpful for me