- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2021 03:00 PM
Need to know the workflow for the field "Action Status" in CSM, How the below values is been set
Needs Attention, Blocked Internally, Blocked by Customer, Blocked Internally and Customer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2021 03:25 PM
OK, so there's an additional paid plugin named Customer Service Case Action Status that adds the action_status integer type column to the task table, with 4 choices for task and the same 4 choices for sn_customerservice_case. They could/should have mentioned all of this in the documentation.
This field is affected by these flows:
Set Needs Attention if additional comments are added by others
Create blocked by record if case needs customer information
Create blocked by record if Case Task is associated with case
Created blocked by record if Problem is associated with case
Update case when blocked by record is created
Resolve blocked by record if Case Task is closed
Resolve blocked by record if Problem is closed or Fix is communicated
Resolve blocked by record if Problem is closed or Fix/Workaround is communicated
Resolve blocked by record if user information is provided for case
You can also affect this field directly by adding the Needs attention field to your form. Checking or Unchecking this box (either manually or from one of the other Flows) runs the Flow named Update case when Needs attention field is toggled, which just runs the Subflow named Update Case for action status, which is where the real works happens.
There's also this bit of documentation if you haven't seen it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2021 03:14 PM
On which CSM table/form/list are you seeing this Action status?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2021 04:56 PM
Table name : sn_customerservice_case
In list view we can see the field "Action status".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2021 05:19 PM
I'm not seeing that field. Is this something custom you've added, or maybe it's part of another plugin? Filter on that column then right-click the filter to copy the query then paste it somewhere to see the field name, or look on the table and see what the field name is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 11:08 AM
It is available in the task table , you can refer the below https://docs.servicenow.com/bundle/quebec-customer-service-management/page/product/customer-service-..."
action_status
|