Trigger scheduled event every week from BR#2665
Closed
kishoretk92 wants to merge 2 commits intoServiceNowDevProgram:mainfrom
Closed
Trigger scheduled event every week from BR#2665kishoretk92 wants to merge 2 commits intoServiceNowDevProgram:mainfrom
kishoretk92 wants to merge 2 commits intoServiceNowDevProgram:mainfrom
Conversation
am-shakeel
reviewed
Oct 31, 2025
Contributor
am-shakeel
left a comment
There was a problem hiding this comment.
Thanks for submitting this! Since it’s a low-effort PR for Hacktoberfest, that’s totally fine 👏
Just a quick note: this repo already has similar examples, so it might be worth checking for duplicates before submitting. That said, the use case does make sense in certain scenarios, so I’m accepting it as a valid contribution. If you plan to extend this (e.g., support Change Request validations or make it reusable across tables), feel free to open a follow-up PR — happy to collaborate!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description:
The eventQueueScheduled method is used to schedule future events in ServiceNow.
The "current" parameter refers to the GlideRecord on which the rule is executing.
The "1", "2", "3" strings are likely used to differentiate the reminders (e.g., first, second, third).
Pull Request Checklist
Overview
Code Quality
Repository Structure Compliance
Core ServiceNow APIs/Server-Side Components/Client-Side Components/Modern Development/Integration/Specialized Areas/Documentation
Restrictions