Hi, I have none to very little experience in Domino. So bear with my ignorance as I try to explain my request.
We have a Lotus Notes application and we would like to automate
creating a new document or record in that application from another web
based application.
I am not asking for the entire code. All I would like is some
direction or high level steps to accomplish the above.
Here are the details:
User action on web application triggers a PERL script to create a new
record (document) in Lotus Notes (or Domino).
Question:
How can I accomplish the above? Clearly there is no Notes Client
available to the Web Application. So do I write an agent that creates
a new document? How can I call this agent from my web application? Or
am I taking the wrong approach?
Any suggestions would be greatly appreciated!