Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 03:20 PM
I want to fire an event from Ui page script. This is syntex i have used. But event is not firing.
syntex:
<g:evaluate>
gs.eventQueue(eventName, GlideRecordObj, parm1, parm2);
</g:evaluate>
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 11:55 PM
Hi @sunil Mahanthi ,
Consider writing eventQueue code in the Processing script section.
It has been done OOB , so it would work
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 11:55 PM
Hi @sunil Mahanthi ,
Consider writing eventQueue code in the Processing script section.
It has been done OOB , so it would work