count due date change

avani2
Giga Contributor

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.

1 ACCEPTED SOLUTION

rahulpandey
Kilo Sage

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.


View solution in original post

7 REPLIES 7

rahulpandey
Kilo Sage

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.


but for date fields, change option doesn't come.



it is showing only 'to' and 'same as' option when setting conditions.


Hi,


There is an operator called changes.


Thanks Rahul.. 🙂