Guest login can direct user to multiple visual perspectives

Contains tips for configurators working with Aware IM
Post Reply
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Guest login can direct user to multiple visual perspectives

Post by tford »

I was under the assumption that the Guest login URL could only direct you to one Visual Perspective, like: http://localhost:8080/AwareIM/logonGuest.aw?domain=CRM
In this case, the user will be directed to the Guest Visual Perspective.

Aware IM DOES allow you to configure a BSV with multiple visual perspectives that do not require users to log in. Just modify the URL as follows:
http://localhost:8080/AwareIM/logonGues ... ective=VP1[/b]
(where VP1 is any Visual Perspective name)

One example is to send new users an email which includes a link to click to confirm their email address. In this case, you may want to present the user with only a screen to show a screen "Email Address Confirmed for John Doe".

The user's clickable link would look like (where 240626 is the RegularUser BO ID attribute value):
http://localhost:8080/AwareIM/logonGues ... ailAddress[/b]&firstCommand=startProcess2,ConfirmationProcess,RegularUser,240626,main


Note: the "&perspective=" parameter described above is incorrectly described as "&perspective=" in the current User Guide. Thanks to AwareIM support for clarifying this by email.
Tom - V8.8 build 3137 - MySql / PostGres
Post Reply