Choice Creation in scoped application

Shwetha _
Tera Contributor

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?

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

Can you share screenshot?

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Below image is when I select custom scope from application picker and check the choice created in custom scope 

 

 

find_real_file.png

Below image is same choice which was created in custom scope when 'Global' is selected in the application picker

find_real_file.png

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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.

find_real_file.png