Need to create a new state Pending change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 08:07 PM
Hi Experts,
I need to create a new state called pending change in problem , I have added that as a choice list in problem state but the not able to use the state for problem. Anyone knows how I can make the problem state filed editable. How I can do that.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 09:19 PM
Hi,
On problem record state is managed by UI Actions.
You need to create a UI Action that will set the state of problem as 'Pending Change'.
You can see other UI Actions on Problem for different states.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 09:24 PM
It is always a good practice to use OOB functionalities which Servicenow provides. the "State" field is configured in such a way that all the state choices has a specific definition and that is the reason why the state field is also made read only so that the OOB flow for a Problem is not affected.
It is advised not to make this editable. Rather create a new field and use it as per your business requirement.
Mark my answer as Helpful & Accepted if I have answered your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 02:33 AM
Hi @Lusifer1984
Greetings!!
Creating / adding new state will be considered as custmization because to make it work 100% you need
- Update flow / workflow
- Create UI Action and write script
- ACL (If required)
- Availability on form / list view and other
- Need to create new reports for this condition
- Also it will be like overhead for maintenance and upgrades time as well.
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]
****************************************************************************************************************