- 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 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
yesterday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2024 12:35 AM
Hi @izzaijaz
A. Business Rule & B. Workflow is the correct answer
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2024 12:58 AM
Hi @izzaijaz correct answer is A and B
if my answer helps you mark helpful and accept solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2024 02:22 AM
Hello @izzaijaz
The correct answer will be
A. Business Rule
B. Workflow
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar