I am building mashup page for an application. Where my requirement is I need to change of binary load app id on click of button.
For eg - Button A , Button B, Button C on click it has to call application Main.qvf before it loads it needs to change binary load of application based on which button user click.
If user click on Button A it has to change binary load (ID : 123) Button B ( ID : 456) Button C (ID : 789) in the same application Main.qvf
(Note : Binary load is used for transformation layer and its has different transformations we can not combine in one transformation app)
I know we can achieve this through Application on Demand. But do we have anything we can achieve through mashup scripting.
your suggestions or input will helps to explore possibilities.