Skip to main content
16-Pearl
April 23, 2025
Question

How to trigger mashup load of child mashup from main mashup ?

  • April 23, 2025
  • 1 reply
  • 1195 views

On main page load, if i passed data to collection, the child mashup's mashup load is triggering the services correctly. After some update in same mashup, im passing data again to collection widget. this time the mashupload of child mashup is not triggering the services. How to trigger mashup load of child mashup from main mashup?

1 reply

17-Peridot
April 25, 2025

Hello @AP_10343008 ,
What type of changes did you make? 
Have you reviewed the configuration of the Collection Widget? It is possible that your changes may have cleared a setting?
You also need to review the passing of values to the members in the collection widget. The JSON structure needs to have the fields specified correctly. Case is very important 

HTH
Pehowe

 

16-Pearl
April 27, 2025

Yes I know. As I mentioned, When the data is passed on page load to collection widget, it is populated in all the widgets present in child mashup. But when data is passed to collection, without page reload, the data doesnt populated in child mashup's fields. All looks good in the configuration of collection widget. The data which iam passing and its case is correct. 

17-Peridot
April 28, 2025

Hello @AP_10343008 ,

Let me try to rephrase the steps you are following.

You have a mashup which contains a collection widget , Along with other data entry widgets.
1. On Mashup load the collection is passed a infotable which has the information to display in  collection widget. Everything Is as Expected.

2. Updates the other data entry widgets results in a change in the data which is to be displayed in the collection

3. What action identifies that you are done with the updates?

Does this action create an updated infotable which is passed to the collection?

 

Regards,

Pehowe