- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 01:26 PM
Hi All,
I have created new extension table for cmdb_ci, now I am trying to create UI Action on the extended table, unfortunate I don't see the table name in UI Action table selection.
any idea why the table is not showing?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 01:59 PM
Hi Vara,
As you have created table as part of scoped app, you have to set the check box "Allow Configuration" to true for your table.
Go to sys_db_object.list from left navigation filter and search for your table->Now pull the column "Allow Configuration" and set it to true.
Please let me know if you are blocked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 01:59 PM
Hi Vara,
As you have created table as part of scoped app, you have to set the check box "Allow Configuration" to true for your table.
Go to sys_db_object.list from left navigation filter and search for your table->Now pull the column "Allow Configuration" and set it to true.
Please let me know if you are blocked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 02:04 PM
Thank you Pradeep,its working now

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 01:39 PM
Hi Vara,
What did you name your table? Keep in mind that any table you create will get its name prefixed with "u_". So if you created a table (labeled) "CMDB CI Special", the name will turn out to be "u_cmdb_ci_special".
If that's the case, it may just be further down in the list.
-Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 01:42 PM
Hi Brain,
I have created table in scoped application(x_snc_redi_XXX_XXX)now I am trying to create Global UI Action on the extended table