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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

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