Triggering event from script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2015 04:25 AM
Hi All,
Can we trigger event from script include as follows:
gs.eventQueue("sla.user.triggerEmail",);
Actually I have written one function in script include which contains gs.eventQueue(); , this function is called to trigger the event which results in triggering email notification.
Is it valid to use gs.eventQueue() in script include?
- Labels:
-
Integrations
- 22,974 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2015 02:12 AM
could you send uour include script code i would like to see once how your sending.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2015 05:18 AM
Hi Pradeep,
you can pass null/current as well like below if you don't have GR object and calling script include from client side:
gs.eventQueue("sla.user.triggerEmail",null,param1, param2);
try and let us know.
Thanks,
Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2021 09:11 PM
What script include will return?