Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Trigger an event from ui page

sunil Mahanthi
Tera Contributor

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>

 

1 ACCEPTED SOLUTION

Manmohan K
Tera Sage

Hi @sunil Mahanthi ,

 

Consider writing eventQueue code in the Processing script section.

It has been done OOB , so it would work

View solution in original post

1 REPLY 1

Manmohan K
Tera Sage

Hi @sunil Mahanthi ,

 

Consider writing eventQueue code in the Processing script section.

It has been done OOB , so it would work