Unable to edit State field with more choices

sateeshboga
Tera Contributor

I created a new table (extending Task table) in a custom app in ServiceNow studio.

Here I want to modify the choices available on State field but it only allows me to view it and has no option to edit it. 

I am doing this in Zurich version of my PDI and my understanding is that it should allow me to edit it (internally handling anything relevant to scope). I was following the course in this link https://www.servicenow.com/community/app-development-blog/app-engine-getting-started-guide-custom-ap... and could not progress due to this blocker.

 

sateeshboga_0-1759160731855.png

 

1 ACCEPTED SOLUTION

Bhuvan
Mega Patron

@sateeshboga 

 

Change the Application Scope to Global and edit the choice field

Bhuvan_0-1759161469752.png

If this helped to answer your query, please mark it helpful & accept the solution. 

 

Thanks,

Bhuvan

View solution in original post

2 REPLIES 2

Bhuvan
Mega Patron

@sateeshboga 

 

Change the Application Scope to Global and edit the choice field

Bhuvan_0-1759161469752.png

If this helped to answer your query, please mark it helpful & accept the solution. 

 

Thanks,

Bhuvan

sateeshboga
Tera Contributor

Thank you Bhuvan, changing scope allowed me to edit. My understanding is there is no need to change scope while working in ServiceNow Studio. Is