With business rules Is it possible to delay the execution of the script by about 30 seconds?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2020 06:35 PM
With business rules Is it possible to delay the execution of the script by about 30 seconds?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2020 09:10 PM
Where do you register for the event of eventQueueScheduled?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2020 09:29 PM
Hi,
in left navigation type registry and select the module Under Events
1) then create new event for example your incident table if your BR will be on incident table
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2020 09:50 PM
What should I register "previous_value_set_to"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2020 10:16 PM
Hi,
no need to register.
It's just an example of how to send parm1 to the event via eventQueueScheduled()
refer below links for help on that
The Power of System Events - Part 2 - gs.eventQueueScheduled
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2020 10:23 PM
Then
it is OK ?""
gs.eventQuereScheduled(scheduled_delay,current)?