Due date on Tasks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 09:07 AM
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2017 11:51 AM
I am trying to create a workflow that will notify based upon Due Date. How can I add some kind of evaluation in my workflow that if Due Date = Opened to not process the notification?
And likewise, if the Due Date value changes (is extended). how do I have it go back through the workflow again?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2017 01:04 PM
Hi Darren,
You can write a business rule, instead of writing workflow.
in the after business rule, write if Due Date changes and Due Date!=Opened, Send notfiction using gs.eventQueue.
Please mark this response as correct or helpful if it assisted you with your question.