Skip to end of banner
Go to start of banner

How to Copying value of the next due date field into the due date field during the transition by using our COT app

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This article explains a step by step instructions on how to copy the value of the next due date custom field into the due date field by using COT app.

Instructions


The following is the custom field called "next due date"(custom field type is a date) and its value is set to 18/Dev/19.

Update the post function from the respective workflow to copy the "next due date" value into due date customfield by following the below steps.

  1.  Select the projects from the right side of the panel.
  2. Click on the Project settings to administer the project 

       

     

  


You need to use the substitution variable to copy the value from the next due date to the due date field.

In the post function, you need Set the Due Date field to %original_customfield_10300%. 10300 is nothing but the Id of the custom field "next due date".Follow the below steps to 


customer requirement is like if he does the transitions he wants the value of the next due date field to be copied into the due date field. This can be achieved by giving the custom field id of next due date i.e %original_customfield_11602% in the post functions. copy the %original_customfield_11602% into the following location
go to workflow--> edit the transition --> fields --> due date


Instructions




  • No labels