Forum Discussion
MCFNeil
9 years agoQrew Captain
Without some human interaction or a server script you cannot change one field when another date passes.
You can however create a formula-text field that combines your logic above, to display the either your manually entered status, or your conditional status based on date.
For Example: Create a field called [Automatic Status] and use a formula to the affect of;
If([Status]="Resolved" and Today()>LastDayOfMonth([Date Resolved]), "Closed", [Status])
You can however create a formula-text field that combines your logic above, to display the either your manually entered status, or your conditional status based on date.
For Example: Create a field called [Automatic Status] and use a formula to the affect of;
If([Status]="Resolved" and Today()>LastDayOfMonth([Date Resolved]), "Closed", [Status])