Unblock bounced email address#2340
Closed
bharakm wants to merge 2 commits intoServiceNowDevProgram:mainfrom
Closed
Unblock bounced email address#2340bharakm wants to merge 2 commits intoServiceNowDevProgram:mainfrom
bharakm wants to merge 2 commits intoServiceNowDevProgram:mainfrom
Conversation
Contributor
ravichandra1998g
left a comment
There was a problem hiding this comment.
Hello @bharakm
Bounced email records get created in ServiceNow for various reasons (when the email doesn't get delivered)
It's not best practice using a script to reset to 0.
as the system again increases the count.
Contributor
Author
|
Hello @ravichandra1998g , Most time user records are created in advance without a exchange mailbox, when user is onboarded and emails sent their email is blocked. Scheduled job only unblock the active user records. |
Contributor
|
although I understand the use case, Administrators cannot review these bounced emails if all the records are reset by the script. |
Contributor
|
closing this for now. Thank you and appreciate your efforts on this. |
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:
Scheduled Script Execution in ServiceNow is designed to automatically reset the bounced_email_count for active users who have exceeded a threshold
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