Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
How to check where and all specific extension has been used in Thingworx entity?
Solved! Go to Solution.
Hi @Test_user,
An extension can contain various numbers of entities and widgets.
You won't be able to find where Widgets are used, but if you look on any entity, not only extension entities, there is a "View Relationships" Tab, which gives you access to the "Uses this Entity" and "Referenced by" (Help Center link here, a more advanced version of Uses this Entity, which catches many other locations where this specific entity might be used, like Mashups, service code). That's what you should use to find out where that entity is used.
http://localhost:8080/Thingworx/Composer/index.html#/modeler/manage/extensions
try this with your thingworx server
I am unable to access http://localhost:8080/Thingworx/Composer/index.html#/modeler/manage/extensions
As shown in below screenshot navigate to Manage > Installed Extensions to check the all the extensions installed.
Thanks.
How to check where and all specific extension has been used? (for example the extension has Thingshape,how to check where and all this Thingshape has been used)
Hi @Test_user,
An extension can contain various numbers of entities and widgets.
You won't be able to find where Widgets are used, but if you look on any entity, not only extension entities, there is a "View Relationships" Tab, which gives you access to the "Uses this Entity" and "Referenced by" (Help Center link here, a more advanced version of Uses this Entity, which catches many other locations where this specific entity might be used, like Mashups, service code). That's what you should use to find out where that entity is used.