UI Action is not showing newly created table

varalakshmi1
Kilo Contributor

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?

1 ACCEPTED SOLUTION

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.


View solution in original post

8 REPLIES 8

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.


Thank you Pradeep,its working now


Brian Dailey1
Kilo Sage

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


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