However, they want the due date of the Task to be updated if the Opportunity Close Date changes. I tried doing a simple Field Update and it did not seem like this was possible - any ideas?
The main goal is to be able to view a list of their upcoming "tasks" for the month and plan accordingly.
Thanks!
1 risposta
Seems to me a trigger would work.
Anytime an Opp Close Date is changedm the trigger would fire and:
1. Look for any related tasks (or maybe just a related task of a certain type)
2. Update the Due Date with the new Opp Close Date