Skip to main content
5-Regular Member
February 18, 2018
Solved

JAVA SDK: Defining a DataShape with an InfoTable field, and defining that InfoTable's DataShape

  • February 18, 2018
  • 1 reply
  • 2802 views

Hello ThingWorx developers community,

I am using Java SDK to create a DataTable dynamically. The DataTable holds an info table and some meta data regarding that info table in each row.

 

Something like this:

 

2-18-2018 6-10-29 PM.jpg

 

I don't know at the Data-Table's creation time, the inner InfoTable's Data-Shape.

I am creating multiple DataTables of that shape, but two different DataTables might have different DataShapes for their inner InfoTables.

 

Is there a way to define the Inner InfoTables DataShape at the moment of creating the containing DataTable? Because it seems I can't add any rows to the DataTable without knowing the required DataShape.

Best answer by ghecht

I have found the solution eventually, using dynamically created aspects.

1 reply

ghecht5-Regular MemberAuthorAnswer
5-Regular Member
February 20, 2018

I have found the solution eventually, using dynamically created aspects.