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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Custom Extension

TanmeyTWX
17-Peridot

Custom Extension

Need to create a custom extension with following functionality:

1. Have one backup/Export file i.e. "Entities.xml"

2. Created one custom widget for my project named "XYZ.zip"

3.Now,onto Production server,I have to import two files i.e. Entities.xml and XYZ.zip extension.

4.But what I want to do is: Instead of Importing these two seperate files,need to combine these two into a single Extension and import it.

Henceforth,I want to create an Extension which executes both the files after it gets imported.

Please let me know,how to go about it.

Thanks in advance..!!

1 REPLY 1

You can create a directory named 'Entities' in your project root, create sub-directories for each EntityType (for ex, Things, ThingTemplates etc.,) and build the project. This should include all the entities in your extension package.

I assume, the latest Thingworx Eclipse plugin has added the Import entity feature.

Top Tags