Can't assign Planned end date in project task table

MikeMU
Tera Contributor

Hello,

I am trying to assign a value in the field: Planned end date(end_date) in the project_task table whenever I insert a new project task record from a business rule.I can change the Planned start date because I have change the calculation field to manual but I can't change the Planned end date.I tried to play with the "rollup" and the "allow dates outside schedule" fields but it didn't work. I will be very grateful to any insight.Thanks for any help in advance

 

7 REPLIES 7

Hi @Community Alums 

Update of the "end date" works for me as well but not on Insertion of a new record.

Community Alums
Not applicable

Hi @MikeMU , 

In your business rule did you checked intersted checkbox, it will work once you box that inserted checkbox

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards 

Sarthak

Hi @Community Alums 

I want it to work on insertion but I want my own date to be assigned in the end date. On update it works. On insertion the "end date" is being assigned on the same day as the start date probably because the value of the "duration" field helps the calculation of the "end date" but I don't know the duration calculation.I have "start date", "end date" and I need to somehow calculate the "duration" with my project dates and then assign the new duration to the project task, then it will probably assign the "end date" of the project task automatically.