Tip: AIM operation links from tour step

Contains tips for configurators working with Aware IM
Post Reply
hpl123
Posts: 2600
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Tip: AIM operation links from tour step

Post by hpl123 »

Hi all,
The new tour feature is a great support feature that can simplify for users of an application and another cool thing you can do is add links from the tour step information window to a Aware IM operation e.g. a process. The process could then either do a specific application action e.g. create BO instance or it could be used e.g. to display a knowledgebase article.

I am currently working on having a link after each tour step information and the link text is "More information" and the link when pressed opens up a specific page in my application knowledgebase where the user can read more about that particular feature. Here is an working example (this example has a command to open up a users profile information, you get the idea):
<a href="#" onclick="javascript: AwareApp.userDetails('new_tab');">More information</a>
Henrik (V8 Developer Ed. - Windows)
Post Reply