Run a workflow only in silverlight
As we migrate our applications to HTML5, I'd like to have a disclaimer that only pops up in SLV that notifies users of the new sites. Any way to get this done?
0
-
Hi Scott,
The simplest solution I can think of is to create a very small simple workflow that always runs on startup. The workflow should use either the GetRequestInfo (more efficient) GetBrowserURL (easier to work with) to get the currently URL in the browser. A quick check of that URL against what you know your Silverlight URL for that application to be can then optionally allow you to display an Alert with your message and a link to the HTML5 viwer ... or alternatively (if you are in the HTML5 viewer and the URL doesn't match) to silently exit the workflow with no information to the end user.0 -
Thanks Cam,
I'll give that a shot.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer