How can i call Event from UI Action?

IamAmolB
Tera Guru

Hi Experts,

I want to call event from UI Action, How can I call that?

1 ACCEPTED SOLUTION

Rajesh M1
Giga Guru

Hi Amol,



Use below code to trigger the event:



gs.evenQueue("event name", "Glide object", "Param1", "param2");



refer below link for more details:


GlideSystem - ServiceNow Wiki



Best Regards,


Rajesh M.


View solution in original post

5 REPLIES 5

Rajesh M1
Giga Guru

Hi Amol,



Please accept the solution if it resolves your issue.



Best Regards,


Rajesh M.