The Zurich release has arrived! Interested in new features and functionalities? Click here for more

What are two ways to generate an Event? (Choose two.)

izzaijaz
Tera Contributor

What are two ways to generate an Event? (Choose two.)

A. Business Rule
B. Workflow
C. Log entry
D. Knowledge article publication

plz help option AB or AC bc I read workflow dont diretly trigger an event

1 ACCEPTED SOLUTION

SN_Learn
Kilo Patron
Kilo Patron

@izzaijaz ,

 

The correct answers are:

A. Business Rule
B. Workflow

 

From the business rules, event can be triggered with the help of below code:

gs.eventQueue('event_name', GlideRecordObject, parm1, parm2);

More details: Generating Events 

SN_Learn_0-1735287275139.png

 

From workflows, you can utilize 'create event' activity block

SN_Learn_1-1735287352757.png

 

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

11 REPLIES 11

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @izzaijaz 

 

Right answer is A & B

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

ShwetaS
Tera Contributor

I think A. Business Rule & B. Workflow.