Skip to main content
1-Visitor
February 10, 2017
Solved

Custom Extension - configuration table title and tooltips

  • February 10, 2017
  • 1 reply
  • 6113 views

Hi,

when i implement and import an extension e.g. with a configuration table, the title and tooltips of the configuration table won't be displayed.

ConfigTableName.PNG

Has anybody got any idea how to fix this?

Thanks

Best answer by ankigupta

HI Keijo Buss​, Are you creating a Java extension or a widget.

If you are using Java; try adding description for the ThingworxConfigurationTableDefinition

@ThingworxConfigurationTableDefinition(name = "ConnectionInformations", description = "Insert Description here", isMultiRow = false, ordinal = 0, dataShape = @ThingworxDataShapeDefinition(fields = {

For widget; you probably would using metadata.xml to create the template. So, check same file for adding the description.

I hope it helps.

Thanks,

Ankit Gupta

1 reply

ankigupta5-Regular MemberAnswer
5-Regular Member
February 13, 2017

HI Keijo Buss​, Are you creating a Java extension or a widget.

If you are using Java; try adding description for the ThingworxConfigurationTableDefinition

@ThingworxConfigurationTableDefinition(name = "ConnectionInformations", description = "Insert Description here", isMultiRow = false, ordinal = 0, dataShape = @ThingworxDataShapeDefinition(fields = {

For widget; you probably would using metadata.xml to create the template. So, check same file for adding the description.

I hope it helps.

Thanks,

Ankit Gupta

kbuss1-VisitorAuthor
1-Visitor
February 14, 2017

Hi Ankit,

thank you for the response.

I am creating a Java Extension.

I also thought adding the description would have an effect, but it didn't.

1-Visitor
March 3, 2017

Keijo,

Any update on this? Was Ankit Gupta's post helpful? If so, could you click on the "correct answer" or "mark as helpful" button and let us know?