cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Redirecting to a mashup conditionally

vishp
1-Newbie

Redirecting to a mashup conditionally

How do I redirect to a mashup based on a condition ?  Also, when using link widget, is it possible to use relative path - I would like to avoid specifying server and port.

1 REPLY 1
paic
1-Newbie
(To:vishp)

Hi Vish,


You can use the Navigation Widget to redirect to a mashup based on a condition.

The Navigation Widget has a Navigation Service that you can trigger with an Event. So let's say you are using a list, you can use the SelectedRowChanged Event to trigger Navigation to the SelectedRowValue (which would be the name of a mashup - at least behind the scenes) which is bound to the Navigation widget. You could also have an action, run a Service that resolves a Mashup Name which is bound to the Navigation widget and on ServiceInvokeComplete trigger Navigation.


You can use relative paths in the link widget i.e.: ../../Folder/File.html 



Top Tags