- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 06:00 AM
I have a custom scoped application inheriting from the incident table. This application only needs one state for closed so we kept that as the state 6 resolved. However, we realized that the global rules are automatically changing the field values to 7 after a couple days for our scoped custom application tables.
Is there a way to make our custom scoped application to not be affected by this global state change without making any global changes?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 07:12 AM
Hi @Navaneeth1 ,
There is a OOTB Business Rule named "incident autoclose". This script is updating the extended tables for Incident too.
It is not a best practice to do changes in OOTB scripts but for your requirement you have add a condition like if (
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 06:12 AM
@Deborah Brown L ,
Thank you so much Deborah! 🙂