Project Task 'Planned End Date' reverts to 1 day from the Project 'Planned Start Date'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2017 10:52 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2017 11:14 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2017 12:26 PM
This is set based on a display business rule on the project task table "Calculate Start Date for Planned Task"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2017 12:52 PM
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