Skip to main content
1-Visitor
January 9, 2017
Question

How can I in a thing service script get the name of the object that fired of the service event ?

  • January 9, 2017
  • 2 replies
  • 2980 views

How can I in a thing service script get the name of the object that fired of the service event ?

2 replies

1-Visitor
January 9, 2017

If you mean the outer service that fired a service you are out of luck, event you can't ask current executing service.

1-Visitor
March 1, 2017

I have question on GetImplementThingsWithData Service. Actually I would like to know how to fetch all data from GetImplementThingsWithData  into my own service and apply filters on those date so that I can create a infotable of filtered data. Please give me solution for the same

20-Turquoise
March 1, 2017

Not sure I fully understand the question. You want to use getImplementedThingsWithData in your own service, then modify/filter the result of it, and output an infotable? To do it through a service, you may use  the GetImplementedThingsWithData service which results into an infotable:

You may further add the filters needed with the snippets or your own code to produce a new/filtered infotable.

You may also use a mashup, bind all data from the GetImplementedThingsWithData service to a, say, Grid, and then bind it to a data filter widget.

22-Sapphire I
January 9, 2017

Events readily expose that in the Inputs/Outputs table

If it is import for you to know Outer invoking services, then pass that in as Service Input Parameters