cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Table for object's subtype in Database

aachanta
13-Aquamarine

Table for object's subtype in Database

Hi All,

We have got a table for types like WTPart, WTDocument etc.

However if I create a subtype of that WTPart like "DemoPart" and if we wish to have a table for that in the database. How to create it ? Should that be manually created ? Or by any other means ? Can you please let me know about it.

select * from WTPart;

select * from DemoPart; -- Is this possible ? Upon running this query it returns as table or view does not exist.

Can you please let me know something about this ?

Thanks and Regards,

Aditya Achanta

1 ACCEPTED SOLUTION
2 REPLIES 2
aachanta
13-Aquamarine
(To:satre-2)

Thank you Shreyas

Top Tags