Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi Team,
I have a custom java server side extension. This basically consists of a class extending RemoteThing. Below is the definition.
@ThingworxBaseTemplateDefinition(name = "RemoteThing")
public class RollingStockThingTemplate extends RemoteThing {
// some custom services
}
Now there are number of remote things which has Thing template as RollingStockThingTemplate in platform. I have a drop down list widget, which is binded with GetImplementedThings service of above RollingStockThingTemplate . When I select a particular thing from drop down, the services defined in RollingStockThingTemplate must be executed for the selected thing from Dropdown . How can I achieve this?
Thanks,
Azim
Hi azim hawaldar,
I think it's duplicate to How to pass parameters of one service to navigation widget?
Please share more details in case it's different.