Skip to content

Conversation

chetnadev
Copy link
Contributor

This business rule prevents users from submitting too many incidents in a short time, acting as a rate-limiting mechanism to reduce spam or misuse of the incident form.

What It Does:
-Checks how many incidents the same caller has submitted in the last 10 minutes.
-If the number of incidents is 3 or more, the rule:
-Blocks the current incident from being submitted.
-Displays an error message:
"You have submitted too many incidents in a short time. Please wait before submitting more."

@ravichandra1998g ravichandra1998g self-assigned this Oct 8, 2025
Copy link
Contributor

@ravichandra1998g ravichandra1998g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!
Thank you for submitting!

@ravichandra1998g ravichandra1998g merged commit 06260b4 into ServiceNowDevProgram:main Oct 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants