Skip to main content
1-Visitor
November 13, 2021
Solved

Refresh Collection service on main mashup after popup close

  • November 13, 2021
  • 1 reply
  • 1233 views

Hi Team,

 

Suppose I have:-

1. Ist Mashup which is having main service for collection data.

2. 2nd mashup which is actually static mashup of collection having one button.

3. 3rd mashup which is a popup and it opens after clicking on button in 2nd mashup.

 

I want to refresh the ist mashup's main service on popup close, then how will I pass the popup close event from 3rd mashup to ist mashup?

 

Thanks in advance.

Best answer by PaiChung

Since you are going an extra level, Session Paramater may be the easiest, it could still be done through mashup parameters as well.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
November 16, 2021

Since you are going an extra level, Session Paramater may be the easiest, it could still be done through mashup parameters as well.

RK_07051-VisitorAuthor
1-Visitor
November 17, 2021

@PaiChung 

Session parameter worked. Thanks