- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 12:11 PM
I have a user that is trying to get a view into all of her tasks (incident, change, it request, etc). She's trying to view the task list where the assignment is herself. She is trying to filter out states from incidents by using 'is not one of" awaiting problem, awaiting user info, awaiting evidence or awaiting vendor but in the state field she doesn't see the first three items. We also see awaiting vendor twice. Why would those items not be there, or in the case of the awaiting vendor, why would there be two entries? How can we add them?
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 01:56 PM
Something to be aware of as well: If the numbers tied to the various record States are the same when that properly is set to true, weird behaviors will arise when reporting from Task.
IE - If Closed Complete on Request has the same State number as On Hold for Incident, they will fight each other. They may have to design filters around that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 12:20 PM
This is where table inheritance causes problems. The incident table extends the task table meaning it inherits various functionality including attributes, business rules, etc. Since each application incident/problem/change all have their own states, they apply specifically for those tables. Your report is running against the task table so it is only showing the states of the task table. Hopefully this makes sense.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 12:23 PM
You could set the "glide.ui.list.allow_extended_fields" system property to true which will allow reports and lists to filter on the extended attributes. This is documented here at the bottom:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 01:56 PM
Something to be aware of as well: If the numbers tied to the various record States are the same when that properly is set to true, weird behaviors will arise when reporting from Task.
IE - If Closed Complete on Request has the same State number as On Hold for Incident, they will fight each other. They may have to design filters around that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2021 02:59 AM
Thank you so much for the explanation.Then what will be the solution for this issue.Even i am having same issue.
Regards,
Kamer Taj