Portlet Factory, Version 6.1.2
Creating a Domino View in a Portlet
You can use the Domino Data Access builder to create a Domino view in a portlet. Follow these general steps to create a Domino View in a portlet:
- First four Builder inputs (Name, Host server, User name for generation, Password for generation).
- Press the Get Database List button. This should populate the list of databases. If it does not, confirm that you have correctly enabled remote (IIOP) access to your server.
- Select a Domino database and View, and press OK.
- Add a call to the builder helper's getViewData method, for example, from your "main" action or from an OnWebAppLoad event handler. This will fetch the view data and populate the buildername_results variable.
- Display the buildername_results variable using a Data Page builder or Data View builder.
- Optional: Depending on the application, you might need to hide the URL and UNID columns. Use the Omit URL column input to hide the URL column and a Data Field Modifier builder to hide the UNID.
- Use a Link builder to provide access to URLs that open View row data. (Be sure to open in a new window.)
Parent topic: Domino Data Access builder
Library | Support |