Hi, I try to Call a mashup from another mashup with parameters. For example, mashup1 contains a list of customers (CRS610) mashup2 contains a list of Adresses (OIS002) I want to call the mashup2 from mashup1 with CUNO parameter to show only adresses of selected customer into the mashup2. I know to call a mashup from another mashup but i don't know how to send parameters (i'm using a button into the mashup1 with specified LinkURI : mashup:///?BaseUri=OIS002_DepuisCRS610.mashup&RelativeUri=OIS002_DepuisCRS610.xaml). I know to send a parameter with a value from mashup1 (IsDebug is active). But........I don't know how to send parameters between two mashups. I try to add "&Keys=OKCUNO,{TEST}" in the end of LinkURI but the mashup2 don't receive the "TEST" parameter and the associated value. Do you know how to do this ?
Thanks in advance, Jordane