Using the "created_at" field, I need a new date field (due_date) that takes created_at and adds x number of days.
It's easy to do this with a formula field, and I have that set up already.
However, I also need the flexibility of being able to manually overwrite the due_date if necessary. Forumla fields can not be edited.
How can I benefit from the efficiency of auto-calculating a due date + the flexibility of manually adjusting if necessary?
Thanks!