Mashup Example: Lawson Self-Service Application Navigator
October 22, 2012
By Josh Geving
Many customers have asked for a Mashup that employees could use inside Smart Office to access the Self-Service applications. Lawson Self-Service applications are web based.
This can be done various ways, one of the easiest being to provide a set of Favorites, but if a Mashup is the preferred route I thought I would provide an example of how it can be done.
Below you will find the completed Xaml code. There are only a few interesting parts to note:
1) Notice the use of the <<HttpServer>> constant. This is a value understood by the Mashup and allows you to move this around from server to server and avoid using a hard-coded value.
Uri="<<HttpServer>>/lawson/xhrnet/registrationbycourse.htm"
2) The Column and Row where the NetBrowser control resides are both set to 1* and not Auto. This allows the web page to fit nicely inside the Mashup and take up all of the existing space.
The link
Here is the complete XMAL is not functioning.
When clicked or copied to a new browser the page returns an error
Its working. Try right clicking on the link and choosing “Save Target As…” or similar.
Where do you setup the HttpServer Constant