Change state move to Scheduled State Implementation and Post implementation Review Task visible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 10:48 PM
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 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 10:59 PM
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;
}
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 02:09 AM
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 03:09 AM
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
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 03:19 AM
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.