For reasons beyond my control, I need to modify the PostSend event of the Memo form in the “Domino Web Access (6)” mail template to run an LS agent on server.
The agent needs to be able to get a handle on the sent document, I think i can get at that through session.DocumentContext, is this correct??
I think i need to do the agent call in JavaScript, passing the document? or am I way off??
I’ve looked in the help text, I’ve found an example using a newly created document, not an existing one - I know so little about JS and don’t know where to begin changing it to work the way I need it, any pointers would be appreciated.
Ideally, I want to avoid modifying the template as much as possible.
Thanks in advance