Custom Area in Views
Best Answers
-
Nicholas_Velich Cireson Consultant Ninja IT Monkey ✭✭✭✭@Matthew_Dowst as far as the out of box Area list's "undeletable values" are concerned, we have some flexibility Cireson Portal side. Within the enumeration table in the ServiceManagement database, there is an "IsEnabled" column. 1 = yes (enabled) and 0 = no (not enabled). You can flip all of the out of box Area values from a 1 to a 0 and essentially have a clean list. Portal side is cleaner when done this way, and it appears to the users as if those out of box values don't exist. I would recommend using a similar approach over a custom area list.
I also use this approach for "retiring" old list values so that historical data is preserved.
Note: this is really only an effective approach in a Portal-only implementation.7 -
Nicholas_Velich Cireson Consultant Ninja IT Monkey ✭✭✭✭I also use this same approach in some other places, such as "Incident Resolution Categoy". Something like "Auto Resolved by Problem" or "Resolved by Parent Incident" or similar type values are useful to have for workflows or scorch automation, but I like to prevent analysts from selecting them manually.6
Answers
Currently it is not possible to customize the out of box views. We do have some feature requests already open around grid customization as below if you want to check them out:
https://community.cireson.com/discussion/191/promote-custom-views-using-tokens-to-analyst-portal#latest
https://community.cireson.com/discussion/comment/1501#Comment_1501
Cheers
Joe
I also use this approach for "retiring" old list values so that historical data is preserved.
Note: this is really only an effective approach in a Portal-only implementation.
Just add all your custom SR Area values to the out-of-the-box SR Area list (don't worry about overriding the default values, since i'm sure you've already hidden that list everywhere else in SCSM and the portal). Then create a SCORCH monitor runbook to copy the custom SR Area value to the OOTB Area value anytime a SR is created or updated. It's literally two runbook objects. And if you want to get all your existing requests updated, just make a similar runbook with Get Object instead of Monitor Object and filter for SRs, and make sure you filter out anything that is already closed...run that once and delete it.