Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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.
Has anybody got any idea how to fix this?
Thanks
Solved! Go to Solution.
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
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
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.
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?
Hi Jeremy,
it still doesn't work.
As I said I also tried adding the description but it still looks like on the picture in the beginning.
What ThingWorx version are you using? (I'm asking, because it might be a bug)
Keijo Buss, This behavior is reported in Jira with the ID PSPT-3235. We don't have an estimated time for resolution, yet, but we are working on fixing it. Hope that helps!
Keijo Buss , could you mark my previous answer as Helpful or hit the Like button, if it was useful for you? This will make it easier for us to track our R&D request. Thanks!