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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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