- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2020 05:29 AM
Hello All,
In project management, i am creating a Project with some planned start and end date and saved the record.
Now i am creaeting a Project Task under the project. The planned start and Planned end date of Project task is reflecting same as Project planned start and end date.
I wanted to make the Planned start date of pm_project_task needs to be editable.
So, i have made teh Time constraint field default value as "strat_on" instead of "asap".
Now i can able to edit the planned start date of "pm_project_task". But when i am specifying the date in task and saving it, the same date is updating in pm_project. Which is totally incorrect,
PLease explain me why this is udpaing in pm_prject tavble when i am changing the date in pm_project_task table.
Please reply me as soon as possible.
Thanks
Lalitha
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2020 06:56 AM
Hello
you can try this
Planned Date roll-ups are calculated through the business rule 'Recalculate', where the business rules check against the table of exclusions and then apply the recalculation.
Either you modify the business rule or include the 'Project' table to be excluded from the 'Planned task Recalculation Exclusions (planned_task_recalculation_exclusions) ' table.
Go to - planned_task_recalculation_exclusions.list
and add the project table to the list
Try that and see if that works.
I tested it on my instance and it seems to work for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2020 06:33 AM
hi,
planned start date and planned end date on both tables like project and project task are from planned task table.
so in script you have to check table name and then only save that value through business otherwise abort it.
Use dictionary override to make field editable only on project task table.
Thanks,
Manjusha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2020 06:45 AM
HI Manjusha,
Can u please explain me how to do it?
Im not aware of this project management. Please help me on this to acheive it

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2020 07:43 AM
Hello Lalitha,
If you have updated the start/end dates of a project task and the project task is earlier than project start date, then the project task gets updated with the planned start date. Otherwise the project start dates will not be updated. Same is the case with end date as well.
Kindly mark the comment as a correct answer and helpful if this answers your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2020 06:56 AM
Hello
you can try this
Planned Date roll-ups are calculated through the business rule 'Recalculate', where the business rules check against the table of exclusions and then apply the recalculation.
Either you modify the business rule or include the 'Project' table to be excluded from the 'Planned task Recalculation Exclusions (planned_task_recalculation_exclusions) ' table.
Go to - planned_task_recalculation_exclusions.list
and add the project table to the list
Try that and see if that works.
I tested it on my instance and it seems to work for me

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2020 07:00 AM