The "project" Field on Project Tasks is not getting populatedIssue You are finding that the "project" Field on some Project Tasks is not populated as expected and is instead showing as empty.CauseThis is happening because the [sys_dictionary] Record for this Field has been modified and one of the following has occurred: The 'Attributes' have been changedThe 'Calculation' Field has been changed. Since this is a Calculated Field it should be getting populated on creation. However, if the calculations have been customised then it is possible this can be skipped and the field does not get populated as expected. ResolutionPlease check the "project" Field on the [pm_project_task] Table and ensure it is reverted to the Out Of Box Version. As of the Quebec Release the Dictionary Fields should be populated as follows: 'Attributes' Field: first_field=sub_tree_root.short_description,second_field=sub_tree_root.number 'Calculation' Field: current.sub_tree_root.short_description + '\u200B' + current.sub_tree_root.number;