- 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 06:44 AM
i had to change line 4 to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 07:27 AM
could you share the script include you used ?
- 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-15-2023 12:21 AM
Thanks.
i have the script include and client script in place now but both fields on the task show values as undefined.
any idea ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 02:51 AM
by changing the lines 13/14 in the client script to returneddata.planned_start & returneddata.planned_end i got it to work.
thanks!