- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2022 02:06 AM
(By using SLA and Flow Designer I want to implement this requirement).
1.I have created one SLA which starts when I changes the Incident state to 'On Hold'.
2.According to requirements when the SLA duration completes 100 % then state changes to 'Open'.(Using flow).
Help out to implement this.Thank You
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2022 02:22 AM
Hi
below would be steps:
- Trigger Flow on SLA Task.
- Use Action SLA Percentage timer and set the Percentage as 100%.
- If condition to check SLA percentage is completed
- Inside If condition block use Update Record Action and use Data pill "task" to refer to attached incident and set the field State = Open.
Please look at the OOB Sla flow "SLA notification and escalation flow" for reference which has almost everything you need to build your own.
Let me know if you face any issues. A screenshot of where you are stuck will be helpful, just in case.
Please mark this helpful/correct, if applicable.
Regards,
Muhammad
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2022 02:22 AM
Hi
below would be steps:
- Trigger Flow on SLA Task.
- Use Action SLA Percentage timer and set the Percentage as 100%.
- If condition to check SLA percentage is completed
- Inside If condition block use Update Record Action and use Data pill "task" to refer to attached incident and set the field State = Open.
Please look at the OOB Sla flow "SLA notification and escalation flow" for reference which has almost everything you need to build your own.
Let me know if you face any issues. A screenshot of where you are stuck will be helpful, just in case.
Please mark this helpful/correct, if applicable.
Regards,
Muhammad
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2022 02:32 AM
Thanks Muhammad ,I will look into this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2022 03:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2022 03:21 AM
Instead of using Create or Update record. Please use Update Record action.
To update the correct incident please map the sys_id with Task data pill. You can find task data pill under Task SLA Record data pill.
Muhammad