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.

How to trigger an event?

Niveditha Arula
Mega Expert

How to trigger an event?

3 REPLIES 3

snowcone
Giga Guru

Read this document: https://docs.servicenow.com/bundle/london-platform-administration/page/administer/platform-events/task/t_CreateYourOwnEvent.html

You create one in matter of minutes. Good luck

Tony Chatfield1
Kilo Patron

Do you mean sys_event?
They are normally triggered via script (most frequently via a Business Rule). See documentation for eventQueue()
https://developer.servicenow.com/app.do#!/api_doc?v=kingston&id=r_ScopedGlideSystemEventQueue_String_Object_String_String_String


Events can also be triggered via workflow activity 'Create Event'.

Niveditha Arula
Mega Expert

Thank you for the reply.... 🙂