- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 08:14 AM
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?
Solved! Go to Solution.
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 09:49 AM - edited 03-31-2025 10:28 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 09:13 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 09:49 AM - edited 03-31-2025 10:28 AM
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