- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 03:56 AM
- Create a business rule 'Remove Temp Incident Rule' , This should execute only whenever any record removed from 'Incident' table. - Query the incident number from 'incident_temp' table based on removed Incident Number record from 'Incident' table - Remove the corresponding incident record from 'Incident_temp' table
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 10:43 PM
Hello @SAHITHIN ,
You can create a new before delete Business Rule on incident table : System Definition > Business Rule.
This BR will execute every time when the record will get deleted from the table.
You can write the script to remove the related record from incident_temp table as shown in below images.
If my answer solves your issue, please mark it as Accepted ✔️ and Helpful 👍 based on the impact.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 04:22 AM
Hi,
Please don't just post a user story; it doesn't help us to help you. What are you stuck on that you need assistance for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 10:43 PM
Hello @SAHITHIN ,
You can create a new before delete Business Rule on incident table : System Definition > Business Rule.
This BR will execute every time when the record will get deleted from the table.
You can write the script to remove the related record from incident_temp table as shown in below images.
If my answer solves your issue, please mark it as Accepted ✔️ and Helpful 👍 based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 11:51 AM
It is not deleting the same record whichever we are deleting in the incident table.