cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Trigger DynamicThingTemplate's service when selected rows changes in List widget

ahawaldar
1-Newbie

Trigger DynamicThingTemplate's service when selected rows changes in List widget

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

1 REPLY 1
ankigupta
5-Regular Member
(To:ahawaldar)

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.

Top Tags