Update RITM start date and completion date from variable in Workflow?

Tom Thompson
Tera Expert

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 

 

1 ACCEPTED SOLUTION

BharathChintala
Mega Sage

@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

If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala

View solution in original post

5 REPLIES 5

BharathChintala
Mega Sage

@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

If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala

it was missing the full field i fix it.. 

 

Thanks for the help..

Tom Thompson
Tera Expert

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?

@Tom Thompson If it is to update take set values activity set the field or check advanced

If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala