How should I handle manually scheduled activities and summary tasks?
Manually scheduled tasks and summary tasks can cause inaccurate schedule analytics if they don’t have explicit logic ties.
Best practices:
- Avoid manually scheduled tasks where possible; use automatic scheduling.
- Ensure all summary tasks have proper logic and don’t skip critical dependencies.
- Review float and critical path after updating to ensure data integrity.