I am working on a project to remove three tasks based on a selection option on the project. if the selection is "What type of template change is this?" = "Minor" then three tasks are to be removed from the project. So when the user creates this project and selects that choice then fusion removes three tasks from the project. "Reg review, Legal Review, Peer Review". I started with a search module looking for projects created with a specific template, then used a read module to gather the data, then i need to point to the choice on the project. i'm thinking i may need a switch module for the choice. Any help would be appreciated.
Views
Replies
Total Likes
Hi @amazingjameso
Here is what I would do:
Views
Replies
Total Likes
Thanks Sven! i found out that after the project is created there is a task in the project and in that task is a section where the user would check an option and based on that choice the three tasks would be removed, so im thinking a trigger for a watch event after the project is created there is a change to a particular field.
Views
Replies
Total Likes
Ah yes - even easier!
then you don't need the template ID, just the template Task IDs (safer in case someone changes the task names)
Yes WatchEvents module there DE:SpecialField = changed and has that value you seek.
Hey what was in the iterator module that in the filter, pointed to templateTaskIDs?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies