How to change the default planned start and end date fields

KarrieDash
Tera Expert

When adding a new task, the planned start and end date is always showing as 9/4/2024.


Is there a way to have today's date or a more recent date appear in this field?

 

KarrieDash_0-1743434056378.png

 

1 ACCEPTED SOLUTION

Robert H
Mega Sage

Hello @KarrieDash ,

 

This date (9/4/2024) seems to be the "Planned start date" on your Project record. You can change it to a more recent date, which will then become the default start date for the new Project Tasks.

 

Regards,

Robert

View solution in original post

2 REPLIES 2

Shivalika
Mega Sage

Hello @KarrieDash 

 

Just create an On Insert BR with below script on this table. 

 

current.start_date = new GlideDateTime(); 

 

Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket. 

 

Regards,

 

Shivalika 

 

My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194

 

My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY

Robert H
Mega Sage

Hello @KarrieDash ,

 

This date (9/4/2024) seems to be the "Planned start date" on your Project record. You can change it to a more recent date, which will then become the default start date for the new Project Tasks.

 

Regards,

Robert