Thanks, Doug.
I thought the same, but the only place this new field populates the Milestone Name is on the Milestone Task. It doesn't populate the Milestone Name in this new custom field for all child tasks below it, which is what I need, which is what I need in order to group hour entries (on an hours report) by Milestone Name.
Gotcha @nickva7,
In that case, provided you have a custom form on every such parent and child task (heck, you use Templates and have Fusion, so just do them all) with the following formula, as shown below.
IF(!ISBLANK({milestoneID}),{milestone}.{name},IF(!ISBLANK({parentID}),IF(!ISBLANK({parent}.{DE:Milestone Branch}),{parent}.{DE:Milestone Branch}),""))
Regards,
Doug
P.S. Excellent challenge! Shall we celebrate over an extra large Americano with cream at Vendome sometime and call it square?

