Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
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
Solved! Go to Solution.
you can refer Pet example in help centre/customization guide below are few links
hope it helps !!!
Thanks
Shreyas
you can refer Pet example in help centre/customization guide below are few links
hope it helps !!!
Thanks
Shreyas
Thank you Shreyas