You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CheckAnalyse recommends changing the setting when AutoSplitTasks is True however this should recommend to make it true when the setting is False.
Currently:
If ActiveProject.AutoSplitTasks Then
LogErrorConfig testNo, settings36(8)
End If
Should be:
If Not ActiveProject.AutoSplitTasks Then
LogErrorConfig testNo, settings36(8)
End If
Same issue with ManuallyScheduledTasksAutoRespectLinks and HonorConstraints unless I'm reading it wrong and you want to recommend turning off these features?
The text was updated successfully, but these errors were encountered:
Thanks. These appear to be default settings so thought it may have been an error! Have code to contribute and will share once I've tested some more as I'm building schedule quality tests to comply with DCMA and NASA standards and want to include them in the report,
CheckAnalyse recommends changing the setting when AutoSplitTasks is True however this should recommend to make it true when the setting is False.
Currently:
Should be:
Same issue with ManuallyScheduledTasksAutoRespectLinks and HonorConstraints unless I'm reading it wrong and you want to recommend turning off these features?
The text was updated successfully, but these errors were encountered: