Is is possible to create schedule logic where a dependent task is dependent on one of two predecessors (either or not both)? For Example:
I am trying to build out a schedule template for if a permit is required vs not for a specific project. IF a permit is required then the rest of the schedule should be based on the duration to submit and receive permits, IF a permit is NOT required than I would like the rest of the schedule to skip over the permit submission tasks and then every downstream task would be released based on the start date in the row for NO PERMIT REQUIRED but if I make them both predecessors to the next tasks and I remove dates or enter N/A for the permit required tasks it removes the logic all together, it doesn't default to the other predecessor.