Change in backend table name

Nikita35
Kilo Guru

Hi all

I need to correct the misspelling in the table.I need to modify Table Name of "Events List [u_maintainance_blackout_change]" to "Events List [u_maintenance_blackout_change]" without impacting features associated with this table.

how can i do it ?

Will it affect other functionalities related to it?

Thanks in advance

table.PNG

3 REPLIES 3

vinitha3
Tera Guru

Don't think there's a way to rename a table.   Re-label, yes.   Rename, no.



Thanks,


Vinitha.K


Harsh Vardhan
Giga Patron

Hi Nikita,



I would suggest create a new table.


but if you want then here you can check an ui policie.



OOTB ui policies "Make name and extends fields read only in edit mode" on sys_db_object.



Thanks,


Harshvardhan


Harsh Vardhan
Giga Patron

Also you need to do some manipulation with business rule.


BR name is "Table Field Validation" on "sys_db_object" table.


it's better create new table .



Thanks,


Harshvardhan