Unable to access "Sys_choice" table from scoped application

Neerja Sharma
Tera Contributor

we have created a field "sub category" in our custom table and trying to access "sys_choice" table but that is not available in choice table list values.

NeerjaSharma_0-1712662055541.png

although "sys_choice" table is accessible from all application scopes but still we are not getting it.

4 REPLIES 4

Community Alums
Not applicable

Hi @Neerja Sharma ,

That is happening as you are trying to modify the choice table out of the scope, it is not configurable outside global scope. And the security rules are stopping you to update it.

 you may have to configure the table access policy to allow web access. 

(Configure Table --> Application Access Tab .  Allow access to table via web services or Accessible from all scope)

 

that we have already allowed from all application scopes. but still things are same

Dont check in form view. the default for that field is "public". so when you open form the field will be populated with default value. check in list view, it should be empty. thats the reason you are not able to use sys_choice in scope may be.