- 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:18 AM
I tried this and it did not update the RITM