Wednesday, May 1, 2013

Web Tool for searching keywords in all the Lotus notes database

Hi All,

This is my another tool. The purpose of this tool is searching the keywords from multiple lotus notes databases.This tool is based on web application. I have used JQuery, Lotusscript, AJAX, JSON.

1. In this tool, we have to manually create a document with details like databasename,Server, filepath, 8 fields name.

2. We have to select the database name which is present in the drop-down  and using JSON, we will get the corresponding details like, server, and filepath etc,

3. We have to enter the search keyword in to the field, and while clicking the search button, system fetch the parameters like server , filepath , 8 field name etc and pass those parameters in to backend agent, then the agent will start to search it in the corresponding database, and retrieve the result in JSON format

4. Using AJAX. i fetch those JSON format result and show in to the front-end.

5. We have an option called "Export in to excel", it will help to export the search results

-END-

No comments:

Post a Comment