WebQuerySave event?

Hello,

is there any WebQuerySave event like under Domino Volt?

What we need is to have a trigger to run an agent (or any backend script) when a web form is posted.

Thank you.

Couple of thoughts on an approach.

  1. Use Domino Designer to edit the app you create in Volt. Add the agent and trigger for the save event so that when the Volt form is saved its executes.
  2. Wrapper the agent in a web agent so that you can call it from Volt via HTTP.

Hello,

I have tried to configure a url service in the "afterSave" event but it doesn't work. A window appears with the error "The service call has failed. If this error persists, contact the creator of the application.". If I run the url directly from the browser it does work. Could it be that the syntax is different when calling it from the service?

Can values from the saved form be passed as parameter? I have only been able to put fixed values in the url, not variables.

Thanks.

hi Marty, does the notes webquerysave event triggers when you save a document in LEAP?

thanks

Lea