025123: Filter to send emails with a failed count of >= 1
1. Overview
KSDSL have added a new option to KSDMU Pending_Emails. Which will allow users to only send emails when failed count >= X.
2. Specification
The default is zero which means existing tasks will send all items but once the setting is set to 1 or more it will only attempt email that had failed once or more. Note the number of failed attempts will cap at 10.
3. Configuration
No configuration is required. Changes will be applied as part of the update.
4. Usage
After applying the above Configuration, typical steps for usage would include:
- Within KSDMU there is a new option under Email_Pending. ‘Only attempt to send emails that have failed at least this number of times’
- Figure 1. KSDMU Fail count filter
- The defualt value will be 0. With a value of zero the task will return all Items
- Setting a value of 5 will attempt to only send email that have failed 5 or more times. 6 will only attempt six or more, and so on.