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

Hi,

you can update your table to Allow configuration with checkbox so that it shows in that table field during choice creation

find_real_file.png

Regards
Ankur

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

Ankur,

I have the same issue - creating a choice record in a scoped application table creates the choice record in global scope, regardless of the scope selected. Editing this choice record later creates an issue as the scope table, which is a mandatory field, is not selectable in the field dropdown in the form. Checking the "Allow configuration" flag on the table application access (HR Profile table in this case) does not fix it. See this snap. Thanks for your help!

Nat

find_real_file.png 

User658116
Tera Contributor

facing same issue. Any solution for the above scenario

There is a sys_choice_set table. In that table you can see the scope of your choice element. If it is not set correctly. You can create a record to match the scope of the application with the field element. Then the choice list values will match the scope.