Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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.... 🙂