- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 02:09 AM
Hi all,
i have a requirement to populate the start/end date from the change to all new(manually) created CTASKs.
i created a client script (for testing i only used start date first) for this but i think im missing something..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 08:00 AM
Hi @jean-pauldehaas ,
Sure! See below for the Script Include:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 04:55 AM
Hi Brian,
i was thinking of this solution also, but the thing is that if the planned end/start date are then set on the CTASK and then want to update it , it wont be saved but overwritten again by the values of the Change

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 05:40 AM
That's why I included the condition that the planned start date as empty. If it already has a value, it should not get updated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 05:11 AM
We have this set up through an onLoad Client Script and it will auto-populate the Planned State/End Dates from the Parent Change, and allow for these dates to be modified and saved.
Script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 05:57 AM
hi,
i tried your solution but cant get it to work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 06:05 AM
Hi @jean-pauldehaas ,
Is it possible that there is another Business Rule or Script currently active that is impacting what you're trying to achieve?
Thanks,
Josh