Project Task 'Planned End Date' reverts to 1 day from the Project 'Planned Start Date'

Shane J
Tera Guru

When a Project task is created, and the Planned End Date is valued, after save it reverts to 1 day into the future from the parent Project's 'Planned Start Date'.   If you go back into the Project Task and re-update the field, it saves fine, and updates the parent Project appropriately.   For the life of me I cannot figure out why this happens on Insert however.  

I've checked Client Scripts and Business Rules, as well as the Dictionary for the field(s) and I can't find anything that should be causing this.

We're using Helsinki.

3 REPLIES 3

Govinda Reddy1
Giga Expert

Hi Jued,



Try search for Client Script (GlideAjax call to Server code)



I hope a client and server call is running on back to populate planned end time



Thanks,


Govinda Reddy


Please Click Correct Answer/Like


Abhinay Erra
Giga Sage

This is set based on a display business rule on the project task table "Calculate Start Date for Planned Task"


sardam
Giga Contributor

Its based on Calculate start date for planned task is on planned task table. Its an OOB business rule. The fields start_date and end_date are all oob fields. To avoid this, i added custom fields and set the value through BR. It was a bit complicated but it was a requirement.



-saroja