- 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 02:57 AM
Hi @jean-pauldehaas ,
You must use the getReference function on the g_form object.
The following code would achieve this
if (g_form.getValue('planned_start_date') == '') {
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 03:57 AM
unfortunetly this doesnt work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 03:59 AM
Are you able to share a screenshot of your script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 04:09 AM