- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2024 10:29 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2024 12:16 AM
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
From workflows, you can utilize 'create event' activity block
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2024 04:30 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2024 04:49 AM
I think A. Business Rule & B. Workflow.