Do we have option called "incident variable editor" kind of field with in the case record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 03:04 AM
Hi Community,
I have created case form in CSM Portal with related variables, but i don't want to create those kind of variables(below circled fields) in Case Record in Native UI.
Do we have option called "incident variable editor" kind of field with in the case record?
Thanks,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 03:07 AM
Hi @Srinivasu2
I doubt we have something same for Incident, we have for request called Veditor. I might be wrong.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 04:45 AM
Yes, go to System UI -> Formatters, look up the one for incident (the one you mention), change the name to something decent, change the table sc_customerservice_case and insert and save.
Not you can add it to the Case form; don't forget to customize both the default and the Workspace views.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 04:49 AM
Basically any table that has a field called variables that has type Variables can be configured this way.
The only complication is that one needs to contact SN in case the table is a custom one and does not extend task or some other table that already has such a field - because customer fields always start with u_ so it is not possible to create a custom field called variables on a custom table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 04:51 AM
More information in KB0538897 .