Custom Extension - configuration table title and tooltips
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Custom Extension - configuration table title and tooltips
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.
- Labels:
-
Extensions
- Tags:
- configuration
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Keijo Buss​
What ThingWorx version are you using? (I'm asking, because it might be a bug)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!