- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 10:58 AM
We added 2 fields on a RITM called u_start_date and u_end_date.
We need to populate these date fields from a catalog task that has the variables of
start_date_info and completion_date_info
these tasks go to a meeting where they figure out the dates and update them in the task and close it
well we need it to update the RITM fields for use on a calendar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 11:07 AM
@Tom Thompson you can define this workflow
In start of workflow use runScript and update start date as current time same in last set end date as current time.
If these are variables from form they submitted use script as current.u_start = current.variables.variablename;
Thanks,
Bharath
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 11:07 AM
@Tom Thompson you can define this workflow
In start of workflow use runScript and update start date as current time same in last set end date as current time.
If these are variables from form they submitted use script as current.u_start = current.variables.variablename;
Thanks,
Bharath
Bharath Chintala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 11:32 AM
it was missing the full field i fix it..
Thanks for the help..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 11:12 AM
this is happening when they close the task and its being sent to another group to work.
I tried putting in a run script after the task is closed. am I right with that part?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 12:09 PM
@Tom Thompson If it is to update take set values activity set the field or check advanced
Bharath Chintala