Change in backend table name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 03:45 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 03:53 AM
Don't think there's a way to rename a table. Re-label, yes. Rename, no.
Thanks,
Vinitha.K

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 03:57 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 04:05 AM
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