Once SLA is completed. It should not create other SLA record
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2024 08:30 PM
Hi team Please help me Need condition, Once SLA record is completed it should not create same SLA record
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2024 10:11 PM
Hello,
You can create a before insert BR on the SLA table.
It should check whether an SLA already exists for a particular record. If yes, then check whether the state of the SLA is completed. If Yes, then it should abort action.
If my answer has helped you in anyway please mark it as correct or helpful.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2024 10:39 PM
Hi Vivek,
You need to adjust the Start conditions & Stop conditions accordingly for the SLA definition accordignly.