Morning
I have a field in an entity called baselienduration and it's causing the error below when I try and migrate the solution over to a different environment.
cr1b0_WorkPackage.cr1b0_baselineduration |
|
You can't use cr1b0_baselinefinish, which is of type DateTime, with the current function. |
i tried to delete the baselinefinish field but I get the below warning:
There are dependencies on this field that are preventing it from being deleted.
The calculation I have in basekineduration is: Set Baseline Duration to DiffInDays(Baseline Start, Baseline Finish)
Anyone had this issue before? How can I resolve it?