- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 10:11 PM
Hello Everyone,
When I click the "Close Task" form button on an SCTASK, it puts the task into "On Hold" state. I've checked the UI Action, and the script looks fine. I've checked the Business Rules, but I can't seem to find where this state is being set? Is there somewhere else I should be looking?
Any help is much appreciated.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 11:51 PM
For Incident and scan task they are OOB and their value as 3 is also OOB
So apart from that you can change for all the other.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 10:17 PM
By OOB generally, you shouldn't have the onHold state in sc_task table records unless you add custom state, Please check your "state" dictionary choices back-end values if there are any conflicts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 10:19 PM
Hello,
The most probable reason to me looks like the On Hold option also has the value 3 in the backend.
Please click on configure Dictionary for state and check the value of On hold.
Please mark answer correct/helpful based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 11:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 11:27 PM
Hello,
Yes so you will have change the value of on hold to something else.
But before doing that once check if there are any scripts which are using this value of on hold. As it is a custom state i do not think you will have too much dependency but still better to confirm once.
Once confirmed you can change the On hold state value
Please mark answer correct/helpful based on Impact
Please mark answer correct/helpful based on Impact