Change state move to Scheduled State Implementation and Post implementation Review Task visible

suha2
Tera Contributor

Hi,

In change request , I want when the change state is move to Scheduled State "Implementation" and "Post implementation Review" Task should be visible in related link change task record .can anyone help me this scenario .

 

 

10 REPLIES 10

shloke04
Kilo Patron

Hi @suha2 ,

 

It all depends on how both of your "Implementation" and "Post Implementation Review" task gets generated. can you share more details on how these 2 task are getting generated right now?

 

Depending on this you might need to adjust the condition of the script component something as below:

if(object.state == '4'){
then generate task required;
}
Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

suha2
Tera Contributor

In change request , once the state is moved to implementation means that two task are visible but I want when the state is moved to Scheduled State means two task are visible , where I want write that script ?

Hi @suha2 ,

 

Question still remains the same, I am not clear on the ask here. Are these two task already getting generated and you want to now generate these in Scheduled state?

 

Or these are net new task and needs to be generated in Scheduled state?

 

Either way you need to figure out on how your current change setup is done whether you are using Workflow or Flow or some other script components. Until you figure this out, this will be tricky to help you here.

 

There can be multiple ways task can be generated but to do so please post your response to my previous query

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

suha2
Tera Contributor

 By using workflow, This two task already getting generated once the state is move to implementation, but I want to now generate these task when state moved to  Scheduled state.

 

suha2_0-1704280757384.png