Notes Automation

Hi, I am new to notes. and i have some basic doubts in automating…pls find the same below. thanks in advance.

Right Click Menu

Scenario: I have a form with some text fields and a hotspot button, on click on hotspot button, I am calling a agent and the agent is displaying some information. For example, the agent displays a url.

Requirement: On right click of that url, I want to open a small pop-up menu, and on click that menu, it should open a page/agent

Paging

Scenario: I have a form with a hotspot button, on click of button, I am calling an agent and agent is getting data from view and displaying 50 records.

Requirement: I want to display 10 records per page and links for the rest of the records(i.e 5 links – 5 pages * 10 records= total 50 records) like Google results

Error Handling

Scenario: Whenever there is an error form or agent, the error message is displayed in server log

Requirement: Display the error message in user interface

File Download and Upload (Excel for Bulk)

Scenario: I have a form with two hotspot buttons, namely download excel file and upload excel file

Requirement:

On click of “Download” hotspot button, a FileSaveDialog should open, on selection of Path, the excel file should be downloaded from server (the path of the excel file in server is static: “c:\Program Files\IBM\Lotus\Domino\data\template\sample.xls” )

On click of “Upload” hotspot button, a FileOpenDialog should open, on selection of File, the excel file should be uploaded to server (the path of the excel file in server is static: “c:\Program Files\IBM\Lotus\Domino\data\uploaded\file.xls” )