Choice Creation in scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-24-2022 04:40 AM
I created a field 'u_category' of type 'Choice' on table 'x' in scoped application. Whenever I create choices for that field, even though the scope selected in the application picker is custom scope, after submitting the choice form, scope of the choice changes to 'Global' automatically. Anyone knows whats the issue here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-24-2022 05:00 AM
Hi,
Can you share screenshot?
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-24-2022 10:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-24-2022 10:11 PM
Hi,
sys_choice table doesn't have any field which indicates an application scope i.e. global or custom scope
So it shows directly in global scope but it should still be captured in your update set and should not be an issue during migration
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-25-2022 07:06 AM
Yes but If we need to make any changes to that choice record, then it's not possible right.. Because in custom scope that record is non editable and if I change the scope to 'Global' then Table field will become empty automatically. Since that table is created in custom scope, that table will also not appear in Table field dropdown of choice record in Global scope.