COMPOSITE APPLICATIONS - DESIGN AND MANAGEMENT


Publishing the Notes URL of a selected document in a view on selection change
When developing composite applications in IBM® Lotus® Domino(TM) Designer, you can publish the Notes URL of a selected document in a view on selection change. You also do not have to use LotusScript to publish the NotesURL or use the '"column to property" mapping feature in the Column Infobox. The Notes URL is published by Notes automatically when the view selection changes.

Note This is true if you are publishing at least one view column property.

The consumer side of the application can then access the content in the IBM® Lotus® Notes® document via the LotusScript API or Java(TM) API Session.resolve. For example:


The general forms of URLs that address Domino objects are as follows:
In order to publish the built-in property for a specific view at least one other property needs to be published declaratively via "column to property" mapping. Additionally the composite application WSDL needs to contain the exact definition of the datatype and property. For example:
See Also