I want to make an existing table as extensible

Community Alums
Not applicable

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..

UTSAVJAISWAL_0-1725609995672.png

It is giving this error.
Please provide with some solution.

Thanks
Utsav

5 REPLIES 5

Ehab Pilloor
Mega Sage

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