heidloff.net - Building is my Passion
Post
Cancel

Live text integrated in composite applications in Notes 8.5

In Lotus Notes 8.5 it is possible to invoke actions that are provided by components in composite applications from live text. I often refer to this feature as ‘user initiated actions’ or ‘C2A’ (click to action – portal terminology). This is different from the predefined wires that we only supported in 8.0, 8.0.1 and 8.0.2. End users can select live text and choose an action.

In order to define which property broker actions should be made available for which live text there is a new UI in CAE to do this mapping. In the following screenshot it is defined that the action ‘set html text to browser’ of the ‘managed browser’ out of the box component should be available whenever an ’email address’ is selected. This UI basically maps between the content types as used by widgets/live text and the datatypes as defined in the WSDL by components in composite applications.

image

At runtime the end users can then click on an email address and see the action ‘set html text to browser’ in addition to other actions like ‘send an mail’ that might be provided globally or by other components in the current composite application.

image

At this point this feature works for live text in documents. What I’d really like to do is to use live text for Notes view entries. We need a way to define what content type a Notes view entry is. Then you could right click on the view entry and invoke actions provided either globally or by the currently composite application.

As a second priority I’d like to use live text for fields in Notes forms. There should be a way to associate a Notes field with a content type. End users could then click these fields and choose actions that they want to invoke. In this case we wouldn’t have to parse the whole document and use recognizers but we could simply use the mapping between Notes fields and content types.

Featured Blog Posts
Disclaimer
The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions.
Trending Tags