


Hello, I am currently working on our initial system setup and was wondering, if it is somehow possible to hide a task for an associated person, until the enforced predecessor task is completed.
Until now I only found out, that a notification is shown, if the person tries to work on a task depending on its predecessor.
Thanks for any help.
Regards
Lars
Views
Replies
Total Likes
Hi Lars,
The best way to achieve this is by using the "canStart" attribute on tasks. Once all predecessors have been completed, the task will show canStart=True. Or it will show False if there are still predecessors outstanding.
Using this attribute you could build a report to show all tasks assigned to a user / team, but add a filter to the report to show only tasks where canStart=True. This way the report will only show tasks that are ready to be worked on and all predecessors are met.
You can learn more about the canStart attribute here.
Best Regards,
Rich
Views
Replies
Total Likes