- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Change the Application Scope to Global and edit the choice field
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Change the Application Scope to Global and edit the choice field
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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