Milestones are not displayed for Benefit Plans created under Sub-ProjectsDescriptionUnable to select Sub-Project Milestones on a Benefit Plan which is on the Sub-ProjectSteps to Reproduce 1. Create a Project (Project 1)2. Create a Sub-Project (Project 2) for this Project (Project 1)3. Create a Project Task on the Sub-Project (Project 2)4. Set the Project Task as 'Milestone = True' and 'Key milestone = true'5. Create a Benefit Plan on the Sub-Project (Project 2)6. Set 'Offset type = Milestone'7. See in the 'Milestone' Reference Field that the Milestone is not displayed as expectedWorkaroundThis problem has been fixed. If you are able to upgrade, review the Fixed In or Intended Fix Version fields to determine whether any versions have a planned or permanent fix. Workaround Steps: Please feel free to use this workaround until you are able to upgrade to the Fix Version. Once you have upgraded you will need to revert these changes. Open the "BenefitPlan" Script IncludeFind the 'getMilestoneIds' FunctionReplace the "gr.addQuery('top_task', task);" Line of this Function with: "gr.addQuery('top_task', task).addOrCondition('sub_tree_root',task);"Save the recordRelated Problem: PRB1502622