- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 12:54 AM
As the default OOB behavior when any incident is cancelled in my application , it is set to active = false .
I want to change this behavior and i want the incidents to remain in active = true status when incident is cancelled . What is the OOB business rule which sets incident status to false on cancellation ?
PLease guide me ..
Solved! Go to Solution.
- Labels:
-
Incident Management
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 01:13 AM
Hi Gary,
There is a business rule that determines whether the active field value needs to change based on changes to the State field.
You can find the rule in your instance by navigating to System Definition -> Business Rules -> Task Active State Management.
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 01:13 AM
Hi Gary,
There is a business rule that determines whether the active field value needs to change based on changes to the State field.
You can find the rule in your instance by navigating to System Definition -> Business Rules -> Task Active State Management.
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 01:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 11:28 PM
Thanks for asking this Tony .
Currently in my application , when incidents are cancelled they freeze ( active = false ) .
Some non admin users want to relate these cancelled incidents to problems . How can i achieve that . How can i allow users with a particular non admin role to relate cancelled incidents ( with active = false ) to a problem docket . please advice .
Thanks a lot everyone for your replies