- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2014 07:59 AM
I'm having issues where catalog tasks are intermittently not set to active=false upon closure. I'm assuming there is an out of the box setting that sets this flag, but I'm not sure where that is to even start troubleshooting.
Thanks,
Scott
Solved! Go to Solution.
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2014 08:04 AM
Hi Scott,
This is the business rule on catalog task table "Close Ticket" which sets the flag to false.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2014 08:04 AM
Hi Scott,
This is the business rule on catalog task table "Close Ticket" which sets the flag to false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2014 10:00 AM
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2014 10:04 AM
Wait turns out I have a follow-up question. This BR is currently set to run on Update and not Insert. I'm wondering if some of our tasks are being opened and closed all in one swoop and thus the BR isn't running. Is there reason not to modify this BR to run on Update and Insert?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2014 10:57 AM
Hi Scott,
My bad
This is the actual Business rule "mark closed" which runs on "task" table which sets the active flag to false.
Please let me know if you have any further questions.