- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2016 10:42 PM
we have two fields: due date and due date change.
due date change is a counter that will count the number of times the 'Due date' has been changed.
how to achieve this functionality.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2016 10:49 PM
Hi Avani,
you can simply write a BR on update
current.due_date_change = current.due_date_change + 1;
and set "when to run" on due_date field changes.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2016 10:49 PM
Hi Avani,
you can simply write a BR on update
current.due_date_change = current.due_date_change + 1;
and set "when to run" on due_date field changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2016 11:09 PM
but for date fields, change option doesn't come.
it is showing only 'to' and 'same as' option when setting conditions.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2016 11:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2016 11:16 PM
Thanks Rahul.. 🙂