Alert Automation Question
Does anyone have a good suggestion on how to setup an alert to remind someone to do something 10 days before a specific end date?
For example (using screen shot below). I want the "Assigned To" for the "Schedule Container" task to be reminded 10 days before the end date of ""Produce Fabric" to work with customer care to schedule a container. Also, what happens if the end date for "Produce Fabric" gets moved up or pushed out? How will that affect the reminder?
Any thoughts are greatly appreciated.
Best Answer
-
To trigger an alert on a duration that is not built into the Automation wizard, you will need a helper Text/Number column. You will be able to hide the column once it is built.
The formula in the helper column is
=IF(ISDATE([End Date]@row), [End Date]@row-TODAY())
Then, trigger your automation as a When Rows are added/changed. Note I added a condition that would not trigger if the task as complete. Use whatever indicator you have, if not %complete, to not trigger completed rows.
Select the helper column you just made. You can add the number 10 as the value
If the End Date is moved to a later date, the formula will readjust itself and would trigger when 10d was reached. If you move the End Date earlier, the 10d window could have already be passed.
Does this work for you?
Kelly
Answers
-
To trigger an alert on a duration that is not built into the Automation wizard, you will need a helper Text/Number column. You will be able to hide the column once it is built.
The formula in the helper column is
=IF(ISDATE([End Date]@row), [End Date]@row-TODAY())
Then, trigger your automation as a When Rows are added/changed. Note I added a condition that would not trigger if the task as complete. Use whatever indicator you have, if not %complete, to not trigger completed rows.
Select the helper column you just made. You can add the number 10 as the value
If the End Date is moved to a later date, the formula will readjust itself and would trigger when 10d was reached. If you move the End Date earlier, the 10d window could have already be passed.
Does this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!