1-Visitor
December 4, 2017
Solved
Custom Configuration tables
- December 4, 2017
- 1 reply
- 5455 views
Hi Eddison,
if you want to create your custom Configuration Table I think you need to use a custom extension and create a custom template. I also have Configuration Tables in my Java extensions. Just create a new extension using the extension sdk, there you can define Configuration Tables for your needs.
For a Java Extension you would accomplish that via these annotations:
@ThingworxConfigurationTableDefinitions(tables = {
@ThingworxConfigurationTableDefinition(name = "ConfigTable", description = "", isMultiRow = false, ordinal = 0, dataShape = @ThingworxDataShapeDefinition(fields = {
@ThingworxFieldDefinition(name = "TableRow", description = "", baseType = "STRING", ordinal = 0, aspects = { }) })) })
Regards,
Keijo
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.