I want to make an existing table as extensible

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2024 01:07 AM
Hi
I am having a existing table which is not extending any other table. Now, I want to make that table as extensible..
But I am not able to achieve that..
It is giving this error.
Please provide with some solution.
Thanks
Utsav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2024 03:21 AM
Hi @Utsav JAISWAL,
You can only extend it from different table during the creation of the table so that all its fields are inherited during creation and not when it is already created.
If you need to incorporate another table's field and properties, then create a new table and extend it from one of the existing extendable tables.
If you found my response helpful, please mark it as Solution and Helpful.
Thanks and Regards,
Ehab