Skip to main content
1-Visitor
June 17, 2019
Question

How to transfer value of the selected field in other Mashup

  • June 17, 2019
  • 1 reply
  • 1236 views

I made a pop-up window which displays an infotable in Mashup. How to return value of the selected field for processing by service, after closing of a pop-up window?image.png

1 reply

20-Turquoise
June 25, 2019

You could try feeding the selectedRow value into another service or store it as a session variable.

If you could attach your sample mashup with dependent entities, I could take a look at the current bindings and logic to see what can be done (sorry it's difficult to understand from just the screenshot)

egorenkow1-VisitorAuthor
1-Visitor
June 26, 2019

Service which I call, transfers an infotable to a session variable. After that it is started mashup (pop-up window) in which we see the table taken from a session. Service which return result is in the first Mashup and the result is displayed in the second Mashup. Therefore I cannot take in the second Mashup of Select ROW from service. Select Row can be used only if service and grid are in limits of one Mashup. When we use variable sessions and we use only result in the form of an INFOTABLE, we have no option any more to use Select row from service.