Hello,
I am trying to help another team solution a request related to managing projects. Their requirements are below:
There are four levels in the object hierarchy 1. Initiatives 2. Projects 3. Tasks 4. Sub-tasks
There are six different statuses – To Do, In Progress, Blocked, On Hold, Completed and Canceled.
If an object is changed to In Progress, everything up-level is also set to In Progress, but it does not affect anything down-level (e.g., if a task is set to In Progress, its Project and Initiative are set to In Progress, but its Sub-tasks are unaffected)
If an object is set to To Do, Blocked, On Hold, Completed or Canceled, everything down-level is set to the same status, but nothing up-level is affected
Based on my level of knowledge, I believe there will need to be a column where you enter the status and another column that displays the logic above. I don't currently have a meaningful screenshot as I have just been playing around in a test sheet. Any help would be greatly appreciated!
Thank you!