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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Create DataTable Thing in ThingWorx Extension

rsanap
1-Newbie

Create DataTable Thing in ThingWorx Extension

Hi,

I want to create DataTable Thing from extension. Also i want to add and delete records in DataTable Thing from ThingWorx extension.  Is there any sample  code available ? or help page which i can refereed ?

2 REPLIES 2

Ramesh, I have the same questions as you and would like to see a brief sample of Java code.

mhollenbach
5-Regular Member
(To:rsanap)

To create a DataTable thing in an extension use the "New Thing Template" creator button from the ThingWorx Eclipse extension and then change the "extends Thing" portion to "extends DataTableThing". This can be done with any type of ThingTemplate you want to implement.

Top Tags