Unable to access "Sys_choice" table from scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2024 04:28 AM
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.
although "sys_choice" table is accessible from all application scopes but still we are not getting it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2024 04:40 AM
follow this threads it will be helpful.
Please mark reply as Helpful/Correct, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2024 04:43 AM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2024 04:49 AM
that we have already allowed from all application scopes. but still things are same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2024 06:13 AM
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.