Forum Discussion
JasonJohnson
7 years agoQrew Assistant Captain
I think automations will work as well. I used a field Install Date and Orig Date
Create a check box formula field 'Is orig date' and use the formula
If(ToText([Install Date])=ToText([Orig Date]),true,false)
![]()
![]()
You can run the Notification on if the install date is changed and if that date is equal to the original date. Also in the Notification you can display the Original Date. It is an option and a good way to practice Automations, it was for me.
Create a check box formula field 'Is orig date' and use the formula
If(ToText([Install Date])=ToText([Orig Date]),true,false)
You can run the Notification on if the install date is changed and if that date is equal to the original date. Also in the Notification you can display the Original Date. It is an option and a good way to practice Automations, it was for me.