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

creating entities

AP_9587236
17-Peridot

creating entities

While creating any entities, the project name & model tag name should be selected by default. How to enable this functionality?

1 ACCEPTED SOLUTION

Accepted Solutions
slangley
23-Emerald II
(To:AP_9587236)

Hi @AP_9587236

 

In the 9.x releases, project name is required, but model tag is optional, so there is no way within composer to do this.  However, you can create entities by wrapping the CreateThing service, CreateThingShape service, etc. with your own service to pass both the project name and tag as input parameters.  These Create services all exist within the EntityServices Resource.

 

Regards.

 

--Sharon 

View solution in original post

5 REPLIES 5
slangley
23-Emerald II
(To:AP_9587236)

Hi @AP_9587236

 

In the 9.x releases, project name is required, but model tag is optional, so there is no way within composer to do this.  However, you can create entities by wrapping the CreateThing service, CreateThingShape service, etc. with your own service to pass both the project name and tag as input parameters.  These Create services all exist within the EntityServices Resource.

 

Regards.

 

--Sharon 

slangley
23-Emerald II
(To:slangley)

Hi @AP_9587236

 

If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon

In EntityServices Resource, I can see services to create datashapes, things, thingshapes and thingtemplates. But how to create datatables, schedulers, subscriptions? What services will be used for this? 

slangley
23-Emerald II
(To:AP_9587236)

Hi @AP_9587236

 

I recommend checking out our Developer Portal where you will find a number of guides and learning paths.  For example, here is one that will provide more information on data tables and other storage methods:

 

Methods for Data Storage

 

You can also find information in the ThingWorx Help Centers.

 

If you are interested in obtaining training options, please reach out to the Sales team.

 

Regards.

 

--Sharon

 

 

 

slangley
23-Emerald II
(To:AP_9587236)

Hi @AP_9587236.

 

 

If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon

Top Tags