Forum Discussion
[the new date] =
[Due Date] Today() + Days([Priority])
- ChrisChris8 years agoQrew Assistant Captain
make [the new date] a formula date field and put the code below into it.
Let us know how it goes.
- ChrisChris8 years agoQrew Assistant Captain
That should probably go like this instead:
[the new date] =
Today()+Days([Priority])
I'm not certain what [Due Date] is supposed to be.
- MichelleCoslet8 years agoQrew Assistant Captain
Due date is a formula date field I created to automatically populate based on whatever priority the project is set at.
So in this case it is for quoting purposes. If our customer wants the quote for the job returned as soon as possible, I would set priority to 1.
That will automatically populate the DUE DATE field today + I day. This way everyone in our team knows the project must be completed by tomorrow (Next, I will setup notifications/subscriptions if the project is past due).